Skip to content

Commit

Permalink
Add Scrutinizer config to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Sep 28, 2015
1 parent 8edb07e commit 4ff4cc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -1,5 +1,6 @@
/.gitignore export-ignore
/.gitattributes export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore
8 changes: 8 additions & 0 deletions .scrutinizer.yml
@@ -0,0 +1,8 @@
filter:
excluded_paths:
- 'tests/*'

tools:
php_code_sniffer:
config:
standard: "PSR2"

0 comments on commit 4ff4cc5

Please sign in to comment.