Skip to content

Commit

Permalink
Add StyleCI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Jan 2, 2017
1 parent 1513ed1 commit 3e36722
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
preset: laravel

risky: false

enabled:
- alpha_ordered_imports
- concat_with_spaces
- no_empty_comment

disabled:
- braces
- phpdoc_no_package
- concat_without_spaces
- length_ordered_imports

finder:
exclude:
- "tests"
name:
- "*.php"

0 comments on commit 3e36722

Please sign in to comment.