mirror of
https://github.com/flarum/core.git
synced 2025-07-20 08:11:27 +02:00
Add StyleCI config
This commit is contained in:
13
extensions/pusher/.styleci.yml
Normal file
13
extensions/pusher/.styleci.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
preset: recommended
|
||||||
|
|
||||||
|
enabled:
|
||||||
|
- logical_not_operators_with_successor_space
|
||||||
|
|
||||||
|
disabled:
|
||||||
|
- align_double_arrow
|
||||||
|
- multiline_array_trailing_comma
|
||||||
|
- new_with_braces
|
||||||
|
- phpdoc_align
|
||||||
|
- phpdoc_order
|
||||||
|
- phpdoc_separation
|
||||||
|
- phpdoc_types
|
Reference in New Issue
Block a user