Version 0.21.0
Total issues resolved: 13
- 652: [ECS task\ Run pre commit argument switch thanks to @jmatthiesen81
- 794: Improved fixable tasks thanks to @veewee
- 795: Create smart backups of existing git hooks thanks to @veewee
- 796: Improved file passing tools thanks to @veewee
- 797: Update PhpCpd names-exclude property thanks to @StApostol
- 800: Create a Website for this Repo thanks to @xdvrx1
- 801: Provide a stdin way of configuring files that need to be validated by GrumPHP thanks to @veewee
- 804: Add
match_word
option to git blacklist task thanks to @morloderex - 806: Fix properties for PhpCpd v6 thanks to @sci3ma
- 807: Phpstan: use_grumphp_paths option thanks to @veewee
- 808: minor git_commit_message improvements thanks to @veewee
- 809: ecs: rename whitelist_patterns to paths and add files_on_pre_commit thanks to @veewee
- 810: Nette Tester task thanks to @veewee
Breaking changes:
Inside the ECS task, we renamed the whitlist_patterns
option to paths
:
grumphp:
tasks:
ecs:
- whitelist_patterns: ['src']
+ paths: ['src']