diff --git a/scrutinizer.yml b/scrutinizer.yml index 3dcfe98..83ff8bf 100644 --- a/scrutinizer.yml +++ b/scrutinizer.yml @@ -1,17 +1,9 @@ -filter: - excluded_paths: - - 'tests/*' checks: php: true -coding_style: - php: true build: nodes: - tests: true analysis: tests: override: - - - command: phpcs-run - use_website_config: true - - php-scrutinizer-run \ No newline at end of file + - php-scrutinizer-run + - phpcs-run \ No newline at end of file