Browse Source

Merge pull request #6948 from ADmad/scrutinizer

Add .scrutinizer.yml
Mark Story 10 years ago
parent
commit
dc01c3ad8e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .scrutinizer.yml

+ 5 - 0
.scrutinizer.yml

@@ -0,0 +1,5 @@
+checks:
+  php: true
+
+filter:
+  paths: ['src/*']