Skip to content

Commit

Permalink
Added scrutinizer config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lorke committed Oct 26, 2018
1 parent 2090045 commit 4485b97
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
build:
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run --enable-security-analysis
- command: phpcs-run
use_website_config: true

filter:
excluded_paths:
- 'tests/*'
- 'src/Business/Events/*'

0 comments on commit 4485b97

Please sign in to comment.