Skip to content

Commit

Permalink
scrutinizer設定修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mapserver2007 committed Jul 25, 2020
1 parent ee7e681 commit 0883d75
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ build:
nodes:
analysis:
environment:
php: 7.0.20
php: 7.3.0
tests:
override:
- command: phpcs-run
use_website_config: true
- phpcs-run
- php-scrutinizer-run

filter:
excluded_paths:
- 'Test/*'
- 'Modules/*'
tools:
external_code_coverage:
timeout: 2400
Expand All @@ -23,10 +23,11 @@ tools:
enabled: false
php_cs_fixer:
config:
level: psr2
level: psr12
filter:
excluded_paths:
- 'Test/*'
- 'Modules/*'
php_mess_detector:
config:
rulesets:
Expand All @@ -40,3 +41,4 @@ tools:
filter:
excluded_paths:
- 'Test/*'
- 'Modules/*'

0 comments on commit 0883d75

Please sign in to comment.