diff --git a/.scrutinizer.yml b/.scrutinizer.yml index f2af4b2a2..be463575b 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,7 +1,7 @@ -tools: - custom_commands: - - - scope: file - command: php tests/phpcs_runner.php %pathname% - filter: - excluded_paths: ["*/css/*", "css/*", "thirdparty/*", "*/jquery-changetracker/*", "parsers/HTML/BBCodeParser/*", "*/SSTemplateParser.php$", "docs/*", "*/images/*"] +inherit: true +filter: + excluded_paths: + - thirdparty/* + - parsers/* + - docs/* + - images/*