mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
Add StyleCI config
This commit is contained in:
parent
2f187dfd65
commit
9e882d8023
22
framework/core/.styleci.yml
Normal file
22
framework/core/.styleci.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
preset: recommended
|
||||
|
||||
risky: true
|
||||
|
||||
linting: true
|
||||
|
||||
enabled:
|
||||
- logical_not_operators_with_successor_space
|
||||
|
||||
disabled:
|
||||
- phpdoc_align
|
||||
- phpdoc_separation
|
||||
- multiline_array_trailing_comma
|
||||
- new_with_braces
|
||||
- phpdoc_types
|
||||
- phpdoc_order
|
||||
- align_double_arrow
|
||||
- unalign_double_arrow
|
||||
|
||||
finder:
|
||||
exclude:
|
||||
- "stubs"
|
Loading…
Reference in New Issue
Block a user