Skip to content

Commit

Permalink
Add Scrutinizer Config
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlwqq committed Aug 23, 2018
1 parent c34c418 commit 776cd48
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .scrutinizer.yml
@@ -0,0 +1,21 @@
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
tests: true
filter:
excluded_paths:
- 'tests/*'
- 'data/*'
checks:
php: true
coding_style:
php: { }

0 comments on commit 776cd48

Please sign in to comment.