-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.scrutinizer.yml
More file actions
42 lines (41 loc) · 850 Bytes
/
Copy path.scrutinizer.yml
File metadata and controls
42 lines (41 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
filter:
paths:
- 'src/*'
excluded_paths:
- 'tests/*'
checks:
php: true
tools:
php_cpd:
enabled: true
excluded_dirs: { }
names:
- '*.php'
min_lines: 5
min_tokens: 70
filter:
paths:
- 'src/*'
php_pdepend:
excluded_dirs:
- vendor
enabled: true
configuration_file: null
suffixes:
- php
filter:
paths:
- 'src/*'
php_changetracking:
enabled: true
bug_patterns:
- '\bfix(?:es|ed)?\b'
feature_patterns:
- '\badd(?:s|ed)?\b'
- '\bimplement(?:s|ed)?\b'
filter:
paths:
- 'src/*'
external_code_coverage:
timeout: 300
runs: 1