Skip to content

Commit

Permalink
Merge pull request #22 from Serendipias/feature-laravel-style-ci
Browse files Browse the repository at this point in the history
Add laravel style ci config
Mads Møller authored Jul 2, 2019
2 parents 6ad6db4 + 7c572d8 commit 0d1a7fb
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 0d1a7fb

Please sign in to comment.