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