Disable analyzers

remotes/angel/1.11.x
jmontoyaa 8 years ago
parent c82c9525f5
commit 6835810d7c
  1. 63
      .scrutinizer.yml

@ -125,44 +125,39 @@ tools:
extensions: extensions:
- php - php
command: phpmd command: phpmd
filter:
paths: { }
excluded_paths:
- 'tests/*'
- 'vendor/*'
config: config:
rulesets: rulesets:
- codesize - codesize
php_analyzer: # php_analyzer:
enabled: true # enabled: true
filter: # filter:
excluded_paths: # excluded_paths:
- 'tests/*' # - 'tests/*'
extensions: # extensions:
- php # - php
php_code_sniffer: # php_code_sniffer:
enabled: true # enabled: true
config: # config:
standard: PSR2 # standard: PSR2
extensions: # extensions:
- php # - php
command: phpcs # command: phpcs
filter: # filter:
excluded_paths: # excluded_paths:
- 'tests/*' # - 'tests/*'
sensiolabs_security_checker: # sensiolabs_security_checker:
enabled: true # enabled: true
php_pdepend: # php_pdepend:
command: pdepend # command: pdepend
configuration_file: ~ # configuration_file: ~
suffixes: # suffixes:
- php # - php
excluded_dirs: # excluded_dirs:
- 'vendor' # - 'vendor'
- 'tests/*' # - 'tests/*'
enabled: true # enabled: true
php_code_coverage: true # php_code_coverage: true
filter: filter:
excluded_paths: excluded_paths:

Loading…
Cancel
Save