-
This is a feature request. It is similar to https://github.com/squizlabs/PHP_CodeSniffer/issues/465 however I felt that it was narrow enough that it could be implemented much quicker.
I would like ph…
-
spawn phpcs ENOENT
Error: spawn phpcs ENOENT
at exports._errnoException (util.js:734:11)
at Process.ChildProcess._handle.onexit (child_process.js:1035:32)
at child_process.js:1127:20
at proces…
-
Hello!
We are implementing GrumPHP as a trail, currently only running phpcs, in our company and hope to have it adopted soon but I am running into a problem.
Maybe I'm missing something but is the…
-
For example, we use a `CONSTANT` for the text domain (no lectures pls) and it's really annoying to be alerted for every single instance so we'd like to disable it.
Our current method is to comment it…
-
[From php-fig](http://www.php-fig.org/psr/psr-2/#4-3-methods)
> Method names MUST NOT be declared with a space after the method name. The opening brace MUST go on its own line, and the closing brace …
-
Whilst the Magento documentation for [Coding Standards](http://devdocs.magento.com/guides/v1.0/coding-standards/code-standard-php.html) state that PSR-2 should be used, there are multiple instances of…
-
As explained [here](https://github.com/squizlabs/PHP_CodeSniffer/issues/934#issuecomment-201022854), using file path instead of STDIN allows phpcs to infer which rules should be excluded.
choma updated
8 years ago
-
It's really annoying seeing constantly unchanged builds failing just because PHP_CodeSniffer changed some whitespaces rules, **again**.
-
Disclaimer: This just a feedback. I have no intention to criticize. I want to find out, whether our intention meet in some way and cooperate, if possible.
I have made similar question/request 2 year…
-
First of all, thanks for this extension! It is very helpful :)
Unfortunately, I encounter very slow linting performance in my project. It is a very straightforward project with just a bunch of classe…