Skip to content

Commit 94de5fb

Browse files
authored
Merge pull request #6761 from BOINC/vko_scrutinizer
[ci] fix scrutinizer failure
2 parents 09c776d + acbb2ad commit 94de5fb

File tree

1 file changed

+1
-107
lines changed

1 file changed

+1
-107
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build:
22
environment:
3-
php: 7.2.0
3+
php: 7.4
44
nodes:
55
analysis:
66
dependencies:
@@ -13,8 +13,6 @@ build:
1313
- '3rdParty/buildCache'
1414
tests:
1515
override:
16-
- command: phpcs-run
17-
use_website_config: true
1816
- php-scrutinizer-run
1917
- js-scrutinizer-run
2018
filter:
@@ -59,107 +57,3 @@ checks:
5957
security_vulnerabilities: false
6058
no_exit: false
6159
javascript: true
62-
coding_style:
63-
php:
64-
indentation:
65-
general:
66-
use_tabs: false
67-
size: 4
68-
switch:
69-
indent_case: false
70-
spaces:
71-
general:
72-
linefeed_character: newline
73-
before_parentheses:
74-
function_declaration: false
75-
closure_definition: false
76-
function_call: false
77-
if: true
78-
for: true
79-
while: true
80-
switch: true
81-
catch: true
82-
array_initializer: false
83-
around_operators:
84-
assignment: true
85-
logical: true
86-
equality: true
87-
relational: true
88-
bitwise: false
89-
additive: true
90-
multiplicative: false
91-
shift: true
92-
unary_additive: false
93-
concatenation: false
94-
negation: false
95-
before_left_brace:
96-
class: true
97-
function: true
98-
if: true
99-
else: true
100-
for: true
101-
while: true
102-
do: true
103-
switch: true
104-
try: true
105-
catch: true
106-
finally: true
107-
before_keywords:
108-
else: true
109-
while: true
110-
catch: true
111-
finally: true
112-
within:
113-
brackets: false
114-
array_initializer: false
115-
grouping: false
116-
function_call: false
117-
function_declaration: false
118-
if: false
119-
for: false
120-
while: false
121-
switch: false
122-
catch: false
123-
type_cast: false
124-
ternary_operator:
125-
before_condition: true
126-
after_condition: true
127-
before_alternative: true
128-
after_alternative: true
129-
in_short_version: false
130-
other:
131-
before_comma: false
132-
after_comma: true
133-
before_semicolon: false
134-
after_semicolon: true
135-
after_type_cast: false
136-
braces:
137-
classes_functions:
138-
class: end-of-line
139-
function: end-of-line
140-
closure: end-of-line
141-
if:
142-
opening: end-of-line
143-
always: false
144-
else_on_new_line: false
145-
for:
146-
opening: end-of-line
147-
always: true
148-
while:
149-
opening: end-of-line
150-
always: true
151-
do_while:
152-
opening: end-of-line
153-
always: true
154-
while_on_new_line: false
155-
switch:
156-
opening: end-of-line
157-
try:
158-
opening: end-of-line
159-
catch_on_new_line: false
160-
finally_on_new_line: false
161-
upper_lower_casing:
162-
keywords:
163-
general: lower
164-
constants:
165-
true_false_null: lower

0 commit comments

Comments
 (0)