mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Add StyleCI config
This commit is contained in:
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"
|
Reference in New Issue
Block a user