grunt-phpcs icon indicating copy to clipboard operation
grunt-phpcs copied to clipboard

Grunt plugin for running PHP Code Sniffer.

Results 23 grunt-phpcs issues
Sort by recently updated
recently updated
newest added

Is it possible to run phpcs on changed files only? I have tried the following inside Gruntfile.js, but it does not affect grunt-phpcs configuration at all: ``` javascript grunt.event.on('watch', function...

Im stumped. in order to get grunt-phpcs running, i did the standard npm install, and configured my Gruntfile.js phpcs: { application: { dir: 'src' }, options: { bin: '/usr/bin/phpcs', standard:...

I am on 1.5.2 and see the following error for the file as shown: Error: ``` Notice: Undefined offset: -1 in /private/var/www/dawn/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php on line 245 Call Stack: 0.0002 230256 1....