add adjusted StyleCI ruleset

pull/132/head
El RIDO 2016-10-29 10:19:09 +02:00
parent 5d822af5b1
commit c8b1296929
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 24 additions and 0 deletions

24
.styleci.yml Normal file
View File

@ -0,0 +1,24 @@
preset: recommended
risky: false
enabled:
- no_empty_comment
- align_equals
disabled:
- blank_line_after_opening_tag
- blank_line_before_return
- concat_without_spaces
- declare_equal_normalize
- heredoc_to_nowdoc
- method_argument_space
- new_with_braces
- phpdoc_align
- phpdoc_no_access
- phpdoc_separation
- phpdoc_single_line_var_spacing
- phpdoc_summary
- short_array_syntax
- single_line_after_imports
- unalign_equals