-
v2 allows to run single process with multiple files.
current implementation runs multiple processes per single file: https://github.com/phpro/grumphp/blob/53816aef86fb497e79fad024d5299f002c9ed1b7/src…
-
When running `php ./vendor/bin/grumphp git:pre-commit -v` I have staged changes that should be failing with `phpcs`. I've configured my `grumphp.yml` file with a task for `phpcs`, but I'm I'm getting…
-
Right now the facades included in laravel, like `Illuminate\Support\Facades\Route` contain class doc blocks so that IDEs such as PhpStorm can autocomplete their methods. That is awesome and I would li…
-
| Q | A
| --------------- | ---
| Version | `grumphp -V`
| Bug? | no
| New feature? | yes
| Question? | yes
| Documentation? | no
| Related tickets | …
Mte90 updated
7 years ago
-
| Q | A
| --------------- | ---
| New feature? | yes
| Question? | yes
Is it planning to realize feature to check lines witch was changed only? For all external tasks?
-
I'm testing GrumPHP for Drupal, and I've downloaded Drupal Coder Sniffer (https://www.drupal.org/node/1419988) with a ruleset for phpcs. I've installed it locally, not global like they do in the guide…
-
| Q | A
| --------------- | ---
| Version | `GrumPHP 0.11.2`
| Bug? | yes
| New feature? | no
| Question? | no
| Documentation? | no
| Related tickets…
amcsi updated
7 years ago
-
| Q | A
| --------------- | ---
| Branch | master
| Bug? | yes
Hi!
I have legacy project with some codegenerating classes with ugly code inside.
And I have bl…
-
By running this command: `./vendor/bin/php-cs-fixer '--config-file=.php_cs.dist' '--verbose' 'fix' src/` throws following error: `Uncaught Error: Class 'PhpCsFixer\Finder' `
It think it's related …
-
As described in the title, is there a chance to pass list of files to check without saving that list to a file?
To be honest, saving list to a file and removing it later is pointless if we can just…