diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..d9de4d0 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,12 @@ +inherit: true + +tools: + external_code_coverage: true + +checks: + php: + code_rating: true + duplication: true + +filter: + paths: [code/*, tests/*]