Skip to content

Commit f493b44

Browse files
authored
Update StyleCI config (#75)
1 parent 50bc88d commit f493b44

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.styleci.yml

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
preset: psr12
22
risky: true
33

4-
version: 8
4+
version: 8.1
55

66
finder:
77
exclude:
88
- docs
99
- vendor
10-
- resources
11-
- views
12-
- public
13-
- templates
14-
not-name:
15-
- UnionCar.php
16-
- TimerUnionTypes.php
17-
- schema1.php
1810

1911
enabled:
2012
- alpha_ordered_traits
@@ -64,7 +56,6 @@ enabled:
6456
- phpdoc_order
6557
- phpdoc_property
6658
- phpdoc_scalar
67-
- phpdoc_separation
6859
- phpdoc_singular_inheritdoc
6960
- phpdoc_trim
7061
- phpdoc_trim_consecutive_blank_line_separation
@@ -86,3 +77,9 @@ enabled:
8677
- trailing_comma_in_multiline_array
8778
- unalign_double_arrow
8879
- unalign_equals
80+
- empty_loop_body_braces
81+
- integer_literal_case
82+
- union_type_without_spaces
83+
84+
disabled:
85+
- function_declaration

0 commit comments

Comments
 (0)