pull/2487/head
jmontoyaa 7 years ago
parent b993e17891
commit cd6d1e6971
  1. 46
      .scrutinizer.yml

@ -24,7 +24,6 @@ build:
neo4j: false neo4j: false
rabbitmq: false rabbitmq: false
checks: checks:
php: php:
no_trailing_whitespace: true no_trailing_whitespace: true
@ -99,45 +98,16 @@ coding_style:
true_false_null: lower true_false_null: lower
tools: tools:
php_analyzer: false php_analyzer: true
php_mess_detector: true php_mess_detector: true
# extensions: php_cs_fixer: true
# - php php_code_sniffer:
# command: phpmd config:
# config: standard: PSR2
# rulesets: php_code_coverage: true
# - codesize php_pdepend: true
php_loc: true
# php_analyzer:
# enabled: true
# filter:
# excluded_paths:
# - 'tests/*'
# extensions:
# - php
# php_code_sniffer:
# enabled: true
# config:
# standard: PSR2
# extensions:
# - php
# command: phpcs
# filter:
# excluded_paths:
# - 'tests/*'
# sensiolabs_security_checker:
# enabled: true
# php_pdepend:
# command: pdepend
# configuration_file: ~
# suffixes:
# - php
# excluded_dirs:
# - 'vendor'
# - 'tests/*'
# enabled: true
# php_code_coverage: true
filter: filter:
excluded_paths: excluded_paths:

Loading…
Cancel
Save