| Q |
A |
| Version |
grumphp -V |
| Bug? |
no |
| New feature? |
yes |
| Question? |
no |
| Documentation? |
no |
| Related tickets |
|
Add a grep blacklist task that can work with a whole paths.
This so we can run blacklist checks outside the GitCommit context (i.e. in travis)
This feature should have a list of whitelisted paths to check with an options to blacklist files or paths
This is almost the same command as the current git_blacklist, only it needs additional logic with find and grep -v for the path matching instead of checking the changed files.
grumphp -VAdd a grep blacklist task that can work with a whole paths.
This so we can run blacklist checks outside the GitCommit context (i.e. in travis)
This feature should have a list of whitelisted paths to check with an options to blacklist files or paths
This is almost the same command as the current git_blacklist, only it needs additional logic with find and grep -v for the path matching instead of checking the changed files.