mediact / testing-suite

Collection of PHP code testing packages.
MIT License
14 stars 4 forks source link

Implement Git blacklist to the steps #57

Closed ArjenMiedema closed 3 years ago

ArjenMiedema commented 3 years ago

As a developer I would like to ensure that my code does not contain unwanted commands/keywords, so that the quality of the code improves and the script won't break in places you don't want it to break.

Acceptance Criteria:

See: https://github.com/phpro/grumphp/blob/master/doc/tasks/git_blacklist.md

leonhelmus commented 3 years ago

Cool man, that looks like a fine story to be picked up by someone. It reminds me of something :P.

It looks like there is already a other developer that made a pr for this. Oh, wait it is you :D.

leonhelmus commented 3 years ago

I have merged this PR thanks for your contribution :+1: