-
A scan does not appear to do anything, and there are a bunch of errors in the log:
Netbeans settings, phpcsmd options:
![netbeansabout](https://cloud.githubusercontent.com/assets/119464/9531323/6b02…
-
Hi, When I run phpsc on saving file, it takes almost 3 seconds to wait.
I am using python3. And I have modified phpcs.py in line 182.
`
// bofore
return data.decode()
//after
return data.dec…
-
> btw... was thinking if maybe we could try to keep the moodlerooms/moodle-coding-standard auto-maintained, so any change in the standard is automatically populated there. I see you've the sync + manu…
-
## Describe the bug
The docs page https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Annotated-Ruleset says:
> This XML file can be named anything you like, as long as it has an xml extensio…
-
## Problem
`drupal/phpcs-standard` picks the first available standard matching `Drupal.*`, so having _[DrupalPractice](https://www.drupal.org/project/drupalpractice)_ installed in tandem with _[Drupa…
-
When opening a single PHP file in VSCode, running the `PHPCBF: Fix this file` command results in the following error: `command 'fixer.fix' not found`. The linter (phpcs) also does not work on single f…
-
## Is your feature request related to a problem?
There are a number of command-line options which will not run a scan, but will show different output.
When processing the CLI arguments, the `Confi…
jrfnl updated
5 months ago
-
## Describe the bug
`Squiz.Arrays.ArrayDeclaration.ValueNoNewline` triggers false positive at `static fn`.
### Code sample
```php
return [
static fn (string $value): AAA => new AAA($value…
-
I've tried everything I can think of, but it looks like it's impossible to get this workflow action to fail.
Here's my workflow:
```
name: CodingStandards
on:
pull_request:
paths:
…
-
## Description
This is a follow up to https://github.com/Automattic/woocommerce-payments/pull/8415 where there are some issues reported by phpcs that were not a straight-forward fix.
Running
```sh
…