Removed StyleCI config

This commit is contained in:
Chris Kankiewicz
2021-05-01 10:17:28 -07:00
parent a0222da380
commit 7e6e69c224

View File

@@ -1,21 +0,0 @@
preset: laravel
risky: false
enabled:
- concat_with_spaces
disabled:
- concat_without_spaces
- post_increment
- trailing_comma_in_multiline_array
finder:
path:
- "app"
- "tests"
name:
- "*.php"
exclude:
- "app/cache"
- "app/vendor"