mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Added config.php to be excluded in psr2 pre-commit check (#4260)
This commit is contained in:
committed by
Tony Murray
parent
5cff81b658
commit
6e8e00e204
@@ -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);
|
||||
|
Reference in New Issue
Block a user