mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 18:33:04 +02:00
Added StyleCI config
This commit is contained in:
20
.styleci.yml
Normal file
20
.styleci.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
preset: laravel
|
||||
|
||||
risky: false
|
||||
|
||||
enabled:
|
||||
- concat_with_spaces
|
||||
|
||||
disabled:
|
||||
- concat_without_spaces
|
||||
- post_increment
|
||||
- trailing_comma_in_multiline_array
|
||||
|
||||
finder:
|
||||
exclude:
|
||||
- "vendor"
|
||||
name:
|
||||
- "*.php"
|
||||
path:
|
||||
- "app"
|
||||
- "tests"
|
Reference in New Issue
Block a user