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