mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
exclude configuration files from StyleCI scan, causing 'Unterminated comment' false positive
This commit is contained in:
parent
ff19d052b7
commit
eef4f8be3f
@ -18,7 +18,6 @@ disabled:
|
||||
- declare_equal_normalize
|
||||
- heredoc_to_nowdoc
|
||||
- method_argument_space_strict
|
||||
- multiline_comment_opening_closing
|
||||
- new_with_braces
|
||||
- no_alternative_syntax
|
||||
- phpdoc_align
|
||||
@ -30,3 +29,7 @@ disabled:
|
||||
- short_array_syntax
|
||||
- single_line_after_imports
|
||||
- unalign_equals
|
||||
|
||||
finder:
|
||||
exclude:
|
||||
- "cfg"
|
||||
|
Loading…
Reference in New Issue
Block a user