Skip to content

Commit

Permalink
Adding /tests directory to Scrutinizer ignored paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 30, 2016
1 parent 479fd87 commit 1598095
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
filter:
paths: [lib/*]
excluded_paths: [examples/*]
checks:
php: true
tools:
php_code_sniffer:
config:
filter:
paths: [lib/*]
excluded_paths: [examples/*, tests/*]
checks:
php: true
tools:
php_code_sniffer:
config:
standard: "PSR2"

0 comments on commit 1598095

Please sign in to comment.