Skip to content

Commit

Permalink
styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
bracodev committed May 18, 2020
1 parent 11358d7 commit 49bb5d0
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
php:
preset: recommended
risky: true
tab-width: 4
use-tabs: false
finder:
exclude:
- "modules"
- "node_modules"
- "storage"
- "vendor"
name: "*.php"
not-name:
- "*.blade.php"
- "_ide_helper.php"
preset: recommended
risky: false
tab-width: 4
use-tabs: false
enabled:
- long_array_syntax
- strict
- unalign_double_arrow
disabled:
- align_double_arrow
- short_array_syntax
finder:
exclude:
- "tests"
name:
- "*.php"

0 comments on commit 49bb5d0

Please sign in to comment.