Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
add styleci config (copied from core)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Feb 26, 2016
1 parent 25d5e32 commit 49cf641
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .styleci.yml
@@ -0,0 +1,29 @@
preset: symfony

enabled:

disabled:
- concat_without_spaces
- multiline_array_trailing_comma
- single_quote
- unalign_double_arrow
- phpdoc_no_package
- phpdoc_summary
- phpdoc_no_empty_return
- phpdoc_scalar
- phpdoc_separation
- unalign_equals
- spaces_cast
- no_empty_lines_after_phpdocs
- phpdoc_to_comment
- phpdoc_align
- empty_return
- pre_increment
- phpdoc_type_to_var

finder:
exclude:
- "src/javascript"
- "src/lib/legacy/idn"
- "tools"
- "src/system/RoutesModule"

0 comments on commit 49cf641

Please sign in to comment.