fix: Added config.php to be excluded in psr2 pre-commit check (#4260)

This commit is contained in:
Neil Lathwood
2016-08-29 21:09:21 +01:00
committed by Tony Murray
parent 5cff81b658
commit 6e8e00e204

View File

@@ -121,6 +121,7 @@ function check_style($passthru = false, $command_only = false)
'/vendor/',
'/lib/',
'/html/plugins/',
'/config.php',
);
$cs_exclude = build_excludes('--ignore=', $cs_excludes);