-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scrutinizer.yml
46 lines (44 loc) · 1.25 KB
/
.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
39
40
41
42
43
44
45
46
filter:
excluded_paths:
- 'dev/*'
- 'showcase/*'
- 'test/*'
checks:
php:
uppercase_constants: true
simplify_boolean_return: true
return_doc_comments: true
properties_in_camelcaps: true
parameters_in_camelcaps: true
parameter_doc_comments: true
overriding_parameter: false
optional_parameters_at_the_end: true
newline_at_end_of_file: true
function_in_camel_caps: true
classes_in_camel_caps: true
check_method_contracts:
verify_interface_like_constraints: true
verify_documented_constraints: true
verify_parent_constraints: true
avoid_perl_style_comments: true
avoid_multiple_statements_on_same_line: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
before_parentheses:
closure_definition: true
other:
after_type_cast: false
build:
environment:
php:
version: 7.2
nodes:
analysis:
project_setup:
override: true
tests:
override:
- php-scrutinizer-run --enable-security-analysis