mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
Simplify StyleCI config
This commit is contained in:
parent
556755ee8c
commit
49ea5d7923
|
@ -1,20 +1,16 @@
|
||||||
preset: recommended
|
preset: recommended
|
||||||
|
|
||||||
risky: true
|
|
||||||
|
|
||||||
linting: true
|
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
- logical_not_operators_with_successor_space
|
- logical_not_operators_with_successor_space
|
||||||
|
|
||||||
disabled:
|
disabled:
|
||||||
- phpdoc_align
|
- align_double_arrow
|
||||||
- phpdoc_separation
|
|
||||||
- multiline_array_trailing_comma
|
- multiline_array_trailing_comma
|
||||||
- new_with_braces
|
- new_with_braces
|
||||||
- phpdoc_types
|
- phpdoc_align
|
||||||
- phpdoc_order
|
- phpdoc_order
|
||||||
- align_double_arrow
|
- phpdoc_separation
|
||||||
|
- phpdoc_types
|
||||||
|
|
||||||
finder:
|
finder:
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user