Skip to content

Commit

Permalink
removed some excluded dirs and add ansible instead
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 committed Aug 3, 2014
1 parent b417cb1 commit 4989bfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tools:
enabled: true
timeout: 300
filter:
excluded_paths: [".old-docs", ".puppet", "docs", "bin", "tests", "vendor", "data", "features"]
excluded_paths: ["ansible", "docs", "bin", "tests", "vendor", "data", "features"]
php_code_coverage:
enabled: false
test_command: phpunit -c phpunit.xml.dist
Expand All @@ -19,7 +19,7 @@ tools:
excluded_paths: ["tests/data/*","data/templates/*","tests/ReferenceImplementation.php"]
php_cpd:
enabled: true
excluded_dirs: [".old-docs", ".puppet", "docs", "bin", "tests", "vendor", "data", "features"]
excluded_dirs: ["ansible", "docs", "bin", "tests", "vendor", "data", "features"]
php_cs_fixer:
enabled: true
config:
Expand All @@ -28,7 +28,7 @@ tools:
paths: ["src/*", "tests/*"]
php_loc:
enabled: true
excluded_dirs: [".old-docs", ".puppet", "docs", "bin", "tests", "vendor", "data", "features"]
excluded_dirs: ["ansible", "docs", "bin", "tests", "vendor", "data", "features"]
php_mess_detector:
enabled: true
config:
Expand All @@ -38,7 +38,7 @@ tools:
paths: ["src/*"]
php_pdepend:
enabled: true
excluded_dirs: [".old-docs", ".puppet", "docs", "bin", "tests", "vendor", "data", "features"]
excluded_dirs: ["ansible", "docs", "bin", "tests", "vendor", "data", "features"]
php_analyzer:
enabled: true
filter:
Expand Down

0 comments on commit 4989bfd

Please sign in to comment.