Skip to content

Commit

Permalink
Added ScrutinizerCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Apr 14, 2016
1 parent 14218a6 commit 10a4b7f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
*.kate-swp

!.travis.yml
!.scrutinizer.yml

node_modules/**
vendor/
Expand Down
20 changes: 20 additions & 0 deletions .scrutinizer.yml
@@ -0,0 +1,20 @@
build: true
inherit: true

before_commands:
- "composer install --prefer-source"

tools:
php_code_coverage: true
php_code_sniffer: true
php_cpd: true
php_cs_fixer: true
php_loc: true
php_mess_detector: true
php_pdepend: true
php_analyzer: true
sensiolabs_security_checker: true

filter:
excluded_paths:
- 'vendor/*'

0 comments on commit 10a4b7f

Please sign in to comment.