Skip to content

Commit b571fa1

Browse files
committed
styleci config
1 parent 2c21889 commit b571fa1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.styleci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
preset: laravel
2+
risky: true
3+
enabled:
4+
- concat_with_spaces
5+
disabled:
6+
- concat_without_spaces
7+
- not_operator_with_successor_space
8+
finder:
9+
exclude:
10+
- vendor
11+
name: "*.php"
12+
not-path:
13+
- tests/Stubs

0 commit comments

Comments
 (0)