forked from AppStateESS/phpwebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scrutinizer.yml
43 lines (40 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
# .scrutinizer.yml
build:
environment:
php: '5.4.28'
checks:
php:
code_rating: true
duplication: true
variable_existence: true
useless_calls: true
use_statement_alias_conflict: true
unused_variables: true
unused_properties: true
unused_parameters: true
unused_methods: true
unreachable_code: true
sql_injection_vulnerabilities: true
security_vulnerabilities: true
precedence_mistakes: true
precedence_in_conditions: true
parameter_non_unique: true
no_property_on_interface: true
no_non_implemented_abstract_methods: true
deprecated_code_usage: true
closure_use_not_conflicting: true
closure_use_modifiable: true
avoid_useless_overridden_methods: true
avoid_conflicting_incrementers: true
assignment_of_null_return: true
argument_type_checks: true
avoid_unnecessary_concatenation: true
method_calls_on_non_object: true
no_duplicate_arguments: true
no_error_suppression: true
no_short_open_tag: true
no_unnecessary_final_modifier: true
spacing_around_conditional_operators: true
filter:
excluded_paths:
- lib/pear/*