Skip to content

Commit

Permalink
one more scrutinizer improvement config
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKuklin committed Sep 18, 2014
1 parent 2100039 commit 3c043d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
filter:
paths: ["src/*"]
excluded_paths: ["vendor/*", "tests/*", "docs/*"]

tools:
Expand All @@ -10,7 +11,7 @@ tools:
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
excluded_dirs: ["vendor", "tests", "docs"]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]
excluded_dirs: ["vendor", "tests", "docs"]

0 comments on commit 3c043d8

Please sign in to comment.