Skip to content

Commit

Permalink
Update StyleCI config (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 31, 2023
1 parent 71e5283 commit 1a14176
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .styleci.yml
@@ -1,20 +1,12 @@
preset: psr12
risky: true

version: 8
version: 8.1

finder:
exclude:
- docs
- vendor
- resources
- views
- public
- templates
not-name:
- UnionCar.php
- TimerUnionTypes.php
- schema1.php

enabled:
- alpha_ordered_traits
Expand Down Expand Up @@ -64,7 +56,6 @@ enabled:
- phpdoc_order
- phpdoc_property
- phpdoc_scalar
- phpdoc_separation
- phpdoc_singular_inheritdoc
- phpdoc_trim
- phpdoc_trim_consecutive_blank_line_separation
Expand All @@ -89,3 +80,6 @@ enabled:
- empty_loop_body_braces
- integer_literal_case
- union_type_without_spaces

disabled:
- function_declaration

0 comments on commit 1a14176

Please sign in to comment.