mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
preferring pre-increment StyleCI recommendation
This commit is contained in:
parent
478cf288b4
commit
4652b5af7b
|
@ -3,10 +3,11 @@ preset: recommended
|
||||||
risky: false
|
risky: false
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
- no_empty_comment
|
|
||||||
- align_equals
|
- align_equals
|
||||||
- long_array_syntax
|
|
||||||
- concat_with_spaces
|
- concat_with_spaces
|
||||||
|
- long_array_syntax
|
||||||
|
- no_empty_comment
|
||||||
|
- pre_increment
|
||||||
|
|
||||||
disabled:
|
disabled:
|
||||||
- blank_line_after_opening_tag
|
- blank_line_after_opening_tag
|
||||||
|
@ -23,6 +24,7 @@ disabled:
|
||||||
- phpdoc_separation
|
- phpdoc_separation
|
||||||
- phpdoc_single_line_var_spacing
|
- phpdoc_single_line_var_spacing
|
||||||
- phpdoc_summary
|
- phpdoc_summary
|
||||||
|
- post_increment
|
||||||
- short_array_syntax
|
- short_array_syntax
|
||||||
- single_line_after_imports
|
- single_line_after_imports
|
||||||
- unalign_equals
|
- unalign_equals
|
||||||
|
|
Loading…
Reference in New Issue
Block a user