Skip to content

Commit

Permalink
ajout configuration styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed Feb 25, 2017
1 parent fb1569d commit bac5815
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .styleci.yml
@@ -0,0 +1,22 @@
preset: psr2

enabled:
- blankline_after_open_tag
- concat_with_spaces
- join_function
- native_function_casing
- no_blank_lines_after_class_opening
- ordered_use
- phpdoc_no_access
- remove_leading_slash_use
- self_accessor
- short_array_syntax
- spaces_cast
- unused_use
- whitespacy_lines

finder:
name:
- "*.php"
path:
- "sources/AppBundle"

0 comments on commit bac5815

Please sign in to comment.