我正在使用 GrumPhp 来嗅探我在 symfony 项目中的提交:https ://github.com/phpro/grumphp
这是我的配置:
parameters:
git_dir: .
bin_dir: vendor/bin
tasks:
phpcsfixer:
config_file: ~
config: sf23
fixers: [psr2, symfony, indentation]
level: psr2
verbose: true
我的问题是:
Grumphp有没有办法在我提交时自动运行php-cs-fixer
?