-
**vendor/bin/phpcbf --standard=phpcs.dist.xml**
```
FFFFFFFFFFFFFFPHP Fatal error: Uncaught PHP_CodeSniffer\Exceptions\RuntimeException: Undefined array key "scope_closer" in /var/www/vendor/slevom…
-
Here comes the grumpy guy again. Please understand that this is not at all meant to be an attack on any particular individual. But, I think it should be pointed out, in a top-level ticket, rather th…
-
```
Phpcs report:
A TOTAL OF 3139 ERROR(S) AND 430 WARNING(S) WERE FOUND IN 111 FILE(S)
We should take a goal of moving this to max 30% of current state, i.e.
1000errors & 100warnings in this stage.…
-
Besides a directory layout and such things, I think it's also pretty convinient to have some linter configurations inside this repo?
Something like a `.jscsrc`, `.jshintrc`, `.eslintrc` ? I think we …
-
In the review I just did (https://github.com/silvermine/serverless-plugin-external-sns-events/pull/8#pullrequestreview-18207943), there were a number of coding standards violations that were not caugh…
-
We're looking to use this plugin on VIP Go, and after Automattic/VIP review, there are several places where the code needs to be updated to conform to their standards.
A subsequent PR will provide …
-
-
I would like to suggest using [mergeable](https://github.com/mergeability/mergeable) to enforce coding standards. In my experience, this will help in maintaining the codebase.
-
Hi!
On Magento 2.4.3, I'm looking to upgrade to latest magento-coding-standard (v25), however, there's a conflict with webonyx/graphql-php.
```
"require": {
"php": ">=7.3",
…
-
Normally, composer packages follow one of the standards: PEAR, Zend, PSR2, Squiz, PSR1, PSR12, Symfony etc.
Can we please pick one of the standards and follow them. Once decided on the standard, I …