Skip to content

Commit

Permalink
Create .styleci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed Feb 1, 2023
1 parent 89c28b6 commit 18e3cbd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
risky: false
version: 8.1
preset: recommended
finder:
exclude:
- "modules"
- "node_modules"
- "nova"
- "nova-components"
- "storage"
- "spark"
- "vendor"
- "tests/configs/"
- "tests/expected/"
name: "*.php"
not-name:
- "*.blade.php"
- "_ide_helper.php"

0 comments on commit 18e3cbd

Please sign in to comment.