-
## Describe the bug
`Squiz.Commenting.PostStatementComment` flags only single-line trailing comments that start with `//`. But, as @jrfnl mentioned in https://github.com/PHPCSStandards/PHP_CodeSnif…
-
... to allow external standards to more easily test their sniffs without using the PHPCS native unit test framework.
### Advantages this will/can provide:
* Tests will keep working once PHPCS 4.0 …
jrfnl updated
8 months ago
-
Run a test action with all parameters to ensure we don't regress in future with https://github.com/codemanufacture/magento-coding-standard-action/commit/c053dc438c994b49626ad59a60f445c69eb5f9e4
Use…
-
>phpcs: The phpcs report contains invalid json. Please review "Diagnosing Common Errors" in the plugin README
Same problem as #100 but none of the suggestions fix it.
My config:
```json
{
…
-
Now Timber 2.0 is released I went though this repo and written down the things that could use some love. I could create a PR for 1,2, 4,5 and cleanup the issues if I can get access to this repo as wel…
-
Related to #382
Just created a project with CakePHP 4 and configured PHPStorm to use phpcs and this standard. Issue 382 refers to a warning relating to slevomat/coding-standard. Version 4.7 shows …
-
## Motivation
Sniffs should always be able to rely on the token arrays declared as static properties in the `Tokens` to be stable.
These token arrays should never be changed/updated by sniffs.
…
jrfnl updated
5 months ago
-
https://github.com/stevegrunwell/wp-enforcer/blob/develop/bin/hooks/pre-commit#L9
This line is hard-coded and does not respect the `-c` flag of the CLI.
```shell
# Determine if we have a phpcs.…
ghost updated
7 years ago
-
## Describe the bug
Seems PEAR.Functions.FunctionCallSignature.Indent sniff and fix works incorrectly with some nested structures.
The problem appears when there is indentation issue together wi…
-
How to integrate code checks into Visual Studio Code and PhpStorm?