Skip to content

Commit a79fabf

Browse files
committed
Update StyleCI fixers and other supplementary files
1 parent 794c505 commit a79fabf

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.codeclimate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ ratings:
3737
- "**.py"
3838
- "**.rb"
3939
exclude_paths:
40+
- "resources/*"
4041
- "build/*"
4142
- "tests/*"
4243
- "vendor/*"

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
build/
2-
vendor/
3-
node_modules/
1+
/build
2+
/vendor
3+
/node_modules
44
composer.lock
55
composer.phar
66
phpunit.xml

.scrutinizer.yml

+6
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ checks:
112112
filter:
113113
excluded_paths:
114114
- 'build/*'
115+
- 'resources/*'
115116
- 'tests/*'
116117
- 'vendor/*'
117118

@@ -135,6 +136,7 @@ tools:
135136
filter:
136137
excluded_paths:
137138
- 'build/*'
139+
- 'resources/*'
138140
- 'tests/*'
139141
- 'vendor/*'
140142

@@ -144,6 +146,7 @@ tools:
144146
enabled: true
145147
excluded_dirs:
146148
- 'build'
149+
- 'resources'
147150
- 'tests'
148151
- 'vendor'
149152

@@ -153,6 +156,7 @@ tools:
153156
enabled: true
154157
excluded_dirs:
155158
- 'build'
159+
- 'resources'
156160
- 'tests'
157161
- 'vendor'
158162

@@ -171,6 +175,7 @@ tools:
171175
excluded_paths:
172176
- 'build/*'
173177
- 'tests/*'
178+
- 'resources/*'
174179
- 'vendor/*'
175180

176181

@@ -179,6 +184,7 @@ tools:
179184
enabled: true
180185
excluded_dirs:
181186
- 'build'
187+
- 'resources'
182188
- 'tests'
183189
- 'vendor'
184190

.styleci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ enabled:
88
- strict_comparison
99
- phpdoc_link_to_see
1010
- no_php4_constructor
11+
- declare_strict_types
1112
- unalign_double_arrow
1213
- length_ordered_imports
1314
- modernize_types_casting
1415
- return_type_declaration
15-
- no_extra_block_blank_lines
1616
- not_operator_with_successor_space
1717

1818
disabled:

0 commit comments

Comments
 (0)