diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..46a7560 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,8 @@ +filter: + paths: [src/*] +checks: + php: + code_rating: true + duplication: true +tools: + external_code_coverage: true