diff --git a/scrutinizer.yml b/scrutinizer.yml new file mode 100644 index 0000000..3dcfe98 --- /dev/null +++ b/scrutinizer.yml @@ -0,0 +1,17 @@ +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