Skip to content

Commit

Permalink
Add laravel style ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
coquer committed Jul 2, 2019
1 parent 6ad6db4 commit 7c572d8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
preset: laravel

risky: false

disabled:
- concat_without_spaces
- phpdoc_to_comment
- phpdoc_var_without_name

enabled:
- concat_with_spaces
- phpdoc_annotation_without_dot

finder:
exclude:
- "tests"

0 comments on commit 7c572d8

Please sign in to comment.