Skip to content

Commit

Permalink
Exclude docs and images foldes from Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwelsh committed Aug 21, 2013
1 parent 4db6520 commit ba6fde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tools:
scope: file
command: php tests/phpcs_runner.php %pathname%
filter:
excluded_paths: ["*/css/*", "css/*", "thirdparty/*", "*/jquery-changetracker/*", "parsers/HTML/BBCodeParser/*", "*/SSTemplateParser.php$"]
excluded_paths: ["*/css/*", "css/*", "thirdparty/*", "*/jquery-changetracker/*", "parsers/HTML/BBCodeParser/*", "*/SSTemplateParser.php$", "docs/*", "*/images/*"]

0 comments on commit ba6fde6

Please sign in to comment.