Skip to content
This repository was archived by the owner on Jun 3, 2018. It is now read-only.

Commit 8e8a0d2

Browse files
committed
adds .styleci.yml
1 parent 88d54aa commit 8e8a0d2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.styleci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
preset: laravel
2+
3+
linting: true
4+
5+
enabled:
6+
- strict
7+
- unalign_double_arrow
8+
- phpdoc_order
9+
- phpdoc_separation
10+
11+
disabled:
12+
- short_array_syntax
13+
- not_operator_with_successor_space
14+
15+
finder:
16+
exclude:
17+
- "public"
18+
- "resources"
19+
- "tests"
20+
name:
21+
- "*.php"

0 commit comments

Comments
 (0)