PrivateBin/.styleci.yml

38 lines
688 B
YAML
Raw Normal View History

2016-10-29 16:19:09 +08:00
preset: recommended
risky: false
enabled:
- align_equals
- concat_with_spaces
- long_array_syntax
- no_empty_comment
- pre_increment
2016-10-29 16:19:09 +08:00
disabled:
- blank_line_after_opening_tag
- blank_line_before_return
- blank_line_before_throw
- blank_line_before_try
2016-10-29 16:19:09 +08:00
- concat_without_spaces
- declare_equal_normalize
- heredoc_to_nowdoc
- method_argument_space_strict
2016-10-29 16:19:09 +08:00
- new_with_braces
- no_alternative_syntax
2016-10-29 16:19:09 +08:00
- phpdoc_align
- phpdoc_no_access
- phpdoc_separation
- phpdoc_single_line_var_spacing
- phpdoc_summary
- post_increment
2016-10-29 16:19:09 +08:00
- short_array_syntax
- single_line_after_imports
- unalign_equals
finder:
2022-01-11 04:26:28 +08:00
path:
- "lib/"
- "tpl/"
- "tst/"