Updating styleci config
This commit is contained in:
parent
b2b6693aec
commit
9a87812579
1 changed files with 4 additions and 0 deletions
|
@ -2,8 +2,12 @@ preset: laravel
|
||||||
|
|
||||||
disabled:
|
disabled:
|
||||||
- concat_without_spaces
|
- concat_without_spaces
|
||||||
|
- length_ordered_imports
|
||||||
- simplified_null_return
|
- simplified_null_return
|
||||||
- single_import_per_statement
|
- single_import_per_statement
|
||||||
|
|
||||||
|
enabled:
|
||||||
|
- alpha_ordered_imports
|
||||||
|
|
||||||
finder:
|
finder:
|
||||||
path: app/
|
path: app/
|
||||||
|
|
Loading…
Add table
Reference in a new issue