forked from Behatch/contexts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
38 lines (36 loc) · 1017 Bytes
/
.scrutinizer.yml
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
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
filter:
excluded_paths:
- 'tests/*'
- 'bin/*'
checks:
php:
excluded_dependencies:
- atoum/atoum
security_vulnerabilities: true
use_self_instead_of_fqcn: true
uppercase_constants: true
simplify_boolean_return: true
remove_extra_empty_lines: true
properties_in_camelcaps: true
prefer_while_loop_over_for_loop: true
parameters_in_camelcaps: true
optional_parameters_at_the_end: true
no_goto: true
newline_at_end_of_file: true
classes_in_camel_caps: true
avoid_todo_comments: true
avoid_multiple_statements_on_same_line: true
avoid_fixme_comments: true
fix_doc_comments: false
build:
tests:
override:
-
command: './bin/atoum'
coverage:
file: 'atoum.xunit.xml'
format: 'php-clover'