-
Notifications
You must be signed in to change notification settings - Fork 9
/
.scrutinizer.yml
185 lines (180 loc) · 5.61 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
application:
environment:
php:
version: 5.5.14
timezone: 'Europe/Copenhagen'
tools:
external_code_coverage: false
php_analyzer: true
php_cpd: false
php_loc: true
php_mess_detector: true
php_pdepend: true
php_sim: true
sensiolabs_security_checker: true
js_hint:
use_native_config: false
config:
laxcomma: true
node: true
browser: true
esnext: true
bitwise: true
camelcase: false
curly: true
eqeqeq: true
immed: true
indent: 2
latedef: true
newcap: true
noarg: true
quotmark: true
undef: true
unused: true
strict: true
trailing: true
shadow: true
smarttabs: true
multistr: true
globals:
jasmine: true
angular: true
browser: true
element: true
app: false
$: false
filter:
excluded_paths:
- 'app/*'
- 'bin/*'
- 'web/assets/*'
- 'web/apps/timelineApp/assets/*'
- 'web/sass/*'
checks:
php:
variable_existence: true
uppercase_constants: true
uppercase_basic_constants: true
unused_variables: true
unreachable_code: true
symfony_request_injection: true
switch_fallthrough_commented: true
sql_injection_vulnerabilities: true
unused_methods: true
no_unnecessary_if: true
no_empty_statements: true
spacing_of_function_arguments: true
spacing_around_non_conditional_operators: true
spacing_around_conditional_operators: true
space_after_cast: true
simplify_boolean_return: true
scope_indentation:
spaces_per_level: '2'
require_scope_for_properties: true
require_braces_around_control_structures: true
properties_in_camelcaps: true
prefer_unix_line_ending: true
php5_style_constructor: true
parameters_in_camelcaps: true
optional_parameters_at_the_end: true
non_commented_empty_catch_block: true
no_trailing_whitespace: true
no_space_inside_cast_operator: true
no_space_before_semicolon: true
no_short_open_tag: true
no_goto: true
no_global_keyword: true
no_error_suppression: true
no_commented_out_code: true
lowercase_php_keywords: true
function_body_start_on_same_line: true
encourage_single_quotes: true
encourage_postdec_operator: true
classes_in_camel_caps: true
blank_line_after_namespace_declaration: true
avoid_todo_comments: true
avoid_tab_indentation: true
avoid_perl_style_comments: true
avoid_multiple_statements_on_same_line: true
avoid_length_functions_in_loops: true
avoid_fixme_comments: true
avoid_closing_tag: true
avoid_aliased_php_functions: true
duplication: false
no_eval: true
return_doc_comments: true
parameter_doc_comments: true
param_doc_comment_if_not_inferrable: true
avoid_unnecessary_concatenation: true
deprecated_code_usage: true
no_debug_code: true
code_rating: true
verify_access_scope_valid: true
useless_calls: true
use_statement_alias_conflict: true
use_self_instead_of_fqcn: true
unused_properties: true
unused_parameters: true
single_namespace_per_use: true
side_effects_or_types: true
security_vulnerabilities: true
return_doc_comment_if_not_inferrable: true
require_scope_for_methods: true
require_php_tag_first: true
remove_trailing_whitespace: true
prefer_while_loop_over_for_loop: true
precedence_mistakes: true
precedence_in_conditions: true
parameter_non_unique: true
overriding_private_members: true
one_class_per_file: true
no_unnecessary_function_call_in_for_loop: true
no_non_implemented_abstract_methods: true
no_property_on_interface: true
no_mixed_inline_html: true
no_exit: true
no_duplicate_arguments: true
newline_at_end_of_file: true
missing_arguments: true
instanceof_class_exists: true
function_in_camel_caps: true
fix_php_opening_tag: true
fix_linefeed: true
deadlock_detection_in_loops: true
catch_class_exists: true
avoid_usage_of_logical_operators: true
avoid_entity_manager_injection: true
assignment_of_null_return: true
coding_style:
php:
indentation:
general:
size: 2
spaces:
ternary_operator:
in_short_version: true
braces:
classes_functions:
class: end-of-line
function: end-of-line
closure: end-of-line
if:
opening: end-of-line
else_on_new_line: true
for:
opening: end-of-line
while:
opening: end-of-line
do_while:
opening: end-of-line
switch:
opening: end-of-line
try:
opening: end-of-line
catch_on_new_line: true
finally_on_new_line: true
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: upper