Clear scrutinizer

This commit is contained in:
Laurent Destailleur 2022-12-27 16:25:33 +01:00
parent 0c1af635ba
commit d19fd31b83

View File

@ -16,15 +16,15 @@ imports:
filter: filter:
excluded_paths: excluded_paths:
- build/* - build/
- dev/* - dev/
- doc/* - doc/
- documents/* - documents/
- node_modules/* - node_modules/
- test/* - test/
- htdocs/includes/* - htdocs/includes/
#dependency_paths: #dependency_paths:
# - htdocs/includes/* # - htdocs/includes/
paths: paths:
- htdocs/* - htdocs/*
- scripts/* - scripts/*
@ -35,21 +35,21 @@ tools:
enabled: true enabled: true
extensions: extensions:
- php - php
dependency_paths: #dependency_paths:
- htdocs/includes/ # - htdocs/includes/
filter: filter:
excluded_paths: excluded_paths:
- build/* - build/
- dev/* - dev/
- doc/* - doc/
- documents/* - documents/
- htdocs/includes/* - htdocs/includes/
- htdocs/core/class/lessc.class.php - htdocs/core/class/lessc.class.php
- node_modules/* - node_modules/
- test/* - test/
paths: paths:
- htdocs/ - htdocs/*
- scripts/ - scripts/*
config: config:
parameter_reference_check: parameter_reference_check:
enabled: true enabled: true
@ -158,73 +158,73 @@ tools:
# To use specific config for a specific path, use path_configs: (see example on page https://scrutinizer-ci.com/docs/configuration/tool_config_structure) # To use specific config for a specific path, use path_configs: (see example on page https://scrutinizer-ci.com/docs/configuration/tool_config_structure)
# php_depend # php_depend
php_pdepend: #php_pdepend:
enabled: false # enabled: false
configuration_file: null # configuration_file: null
suffixes: # suffixes:
- php # - php
excluded_dirs: { } # excluded_dirs: { }
filter: # filter:
excluded_paths: # excluded_paths:
- 'build/*' # - 'build/*'
- 'dev/*' # - 'dev/*'
- 'doc/*' # - 'doc/*'
- 'test/*' # - 'test/*'
- 'htdocs/includes/*' # - 'htdocs/includes/*'
paths: { } # paths: { }
# change tracking # change tracking
php_changetracking: #php_changetracking:
enabled: false # enabled: false
bug_patterns: # bug_patterns:
- '\bfix(?:es|ed)?\b' # - '\bfix(?:es|ed)?\b'
feature_patterns: # feature_patterns:
- '\badd(?:s|ed)?\b' # - '\badd(?:s|ed)?\b'
- '\bimplement(?:s|ed)?\b' # - '\bimplement(?:s|ed)?\b'
filter: # filter:
excluded_paths: # excluded_paths:
- 'build/*' # - 'build/*'
- 'dev/*' # - 'dev/*'
- 'doc/*' # - 'doc/*'
- 'documents/*' # - 'documents/*'
- 'htdocs/includes/*' # - 'htdocs/includes/*'
- 'node_modules/*' # - 'node_modules/*'
- 'test/*' # - 'test/*'
paths: { } # paths: { }
# Similar code detection # Similar code detection
php_sim: #php_sim:
enabled: false # enabled: false
min_mass: 30 # min_mass: 30
filter: # filter:
excluded_paths: # excluded_paths:
- 'build/*' # - 'build/*'
- 'dev/*' # - 'dev/*'
- 'doc/*' # - 'doc/*'
- 'documents/*' # - 'documents/*'
- 'htdocs/includes/*' # - 'htdocs/includes/*'
- 'node_modules/*' # - 'node_modules/*'
- 'test/*' # - 'test/*'
paths: { } # paths: { }
# Coding-Style / Bug Detection # Coding-Style / Bug Detection
js_hint: #js_hint:
enabled: false # enabled: false
use_native_config: true # use_native_config: true
extensions: # extensions:
- js # - js
filter: # filter:
excluded_paths: # excluded_paths:
- 'build/*' # - 'build/*'
- 'dev/*' # - 'dev/*'
- 'doc/*' # - 'doc/*'
- 'documents/*' # - 'documents/*'
- 'htdocs/includes/*' # - 'htdocs/includes/*'
- 'node_modules/*' # - 'node_modules/*'
- 'test/*' # - 'test/*'
paths: { } # paths: { }
config: { } # config: { }
path_configs: { } # path_configs: { }
before_commands: { } before_commands: { }