forked from Locastic/ApiPlatformTranslationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scrutinizer.yml
26 lines (25 loc) · 850 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
filter:
paths: [ 'src/*' ]
checks:
php:
code_rating: true
duplication: false
verify_property_names: true
uppercase_constants: true
remove_extra_empty_lines: true
properties_in_camelcaps: true
parameters_in_camelcaps: true
overriding_parameter: true
optional_parameters_at_the_end: true
function_in_camel_caps: true
encourage_single_quotes: 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_usage_of_logical_operators: true
no_exit: false
no_unnecessary_final_modifier: false
overriding_private_members: false