Skip to content

Commit 5af76f1

Browse files
committed
Add StyleCI config
1 parent 03b0451 commit 5af76f1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/.editorconfig export-ignore
55
/.gitattributes export-ignore
66
/.gitignore export-ignore
7+
/.styleci.yml export-ignore
78
/.travis.yml export-ignore
89
/CHANGELOG.md export-ignore
910
/coverage.xml export-ignore

.styleci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
preset: laravel
2+
3+
finder:
4+
path:
5+
- "config"
6+
- "src"
7+
- "tests"

0 commit comments

Comments
 (0)