Grep Blacklist Task #895
janvernieuwe
started this conversation in
Ideas
Replies: 5 comments
|
Since we are allready importing symfony/finder, it might be an option just to check with that component: Not sure this one is as fast as grep though. |
0 replies
|
Finder is probably the better solution for cross-platform compatibility too |
0 replies
|
WiP https://github.com/janvernieuwe/grumphp/tree/blacklist |
0 replies
|
@janvernieuwe I know it's been a while, but did you get a chance to finish up that task? |
0 replies
|
No completely overlooked this for a while, its a nice one for hacktoberfest perhaps? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions