Alternc  latest
Alternc logiel libre pour l'hébergement
.scrutinizer.yml
Go to the documentation of this file.
1 filter:
2  excluded_paths:
3  - 'vendor/*'
4  - 'tests/*'
5  - 'app/*'
6  - 'bin/*'
7  - 'library/*'
8  paths: { }
9 tools:
10  external_code_coverage: true
11  php_analyzer:
12  enabled: true
13  extensions:
14  - php
15  filter:
16  excluded_paths:
17  - 'vendor/*'
18  - 'tests/*'
19  - 'app/*'
20  - 'bin/*'
21  - 'library/*'
22  paths: { }
23  path_configs: { }
24  php_cpd:
25  enabled: true
26  excluded_dirs: { }
27  names:
28  - '*.php'
29  min_lines: 5
30  min_tokens: 70
31  filter:
32  excluded_paths:
33  - 'vendor/*'
34  - 'tests/*'
35  - 'app/*'
36  - 'bin/*'
37  - 'library/*'
38  paths: { }
39  php_pdepend:
40  enabled: true
41  configuration_file: null
42  suffixes:
43  - php
44  excluded_dirs: { }
45  filter:
46  excluded_paths:
47  - 'vendor/*'
48  - 'tests/*'
49  - 'app/*'
50  - 'bin/*'
51  - 'library/*'
52  paths: { }
53 changetracking:
54  bug_patterns:
55  - '\bfix(?:es|ed)?\b'
56  feature_patterns:
57  - '\badd(?:s|ed)?\b'
58  - '\bimplement(?:s|ed)?\b'
59 before_commands: { }
60 after_commands: { }
61 artifacts: { }
62 build_failure_conditions: { }