-
Certain errors for certain tasks are not printed to `STDOUT` but rather `STDERR` which means they won't be displayed in GrumPHP's error output (since all tasks exclusively use `Symfony\Component\Proce…
-
**My configuration**
``` yaml
# grumphp.yml
parameters:
tasks:
phpcsfixer:
config_file: '.php_cs'
```
**.php_cs config file**
``` php
-
In a Task service it must be possible to add a "blocking" tag to the service configuration.
E.g.:
``` yml
parameters:
tasks:
taskname:
metadata:
blocking: fals…
-
The PHPCS task's configuration forces you to specify a `standard` option, in my case I have a `ruleset.xml` that PHPCS recognizes naturally but since Grumphp passes a default of PSR2 I have no way to …
-
-
-
First, thanks for your great work !
I faced a problem regarding PHP-CS-fixer and both pre-commit hook and run command.
When I exclude a file to be checked by cs-fixer through the .php_cs file, then…
-
In vagrant is succeeds in SourceTree it doesn't.
1. When I run the `./bin/grumphp run` command in my vagrant-env it returns all good.
2. When I would like to commit with Sourcetree It returns the foll…
-
While I run tests on my future new task proposal for `php_blacklist` commented in issue #53, I found an error in RegisteredFiles Locator.
See https://github.com/phpro/grumphp/blob/master/src/GrumPHP/…
-
If I'm reading the code correctly, you can only use Git Blacklist with PHP files. It would be very useful to allow this to work with other files types as well.
E.g. Javascript files with `console.log…
kgust updated
8 years ago