Merge pull request #87 from TouchInstinct/fix/false_positive_too_many_empty_spaces
fix too_many_empty_spaces rule
This commit is contained in:
commit
54935bbe26
|
|
@ -169,10 +169,6 @@ custom_rules:
|
|||
- attribute.id
|
||||
- buildconfig.id
|
||||
- buildconfig.keyword
|
||||
- comment.mark
|
||||
- comment.url
|
||||
- doccomment
|
||||
- doccomment.field
|
||||
- identifier
|
||||
- keyword
|
||||
- number
|
||||
|
|
@ -181,6 +177,10 @@ custom_rules:
|
|||
- placeholder
|
||||
# - string # all except string literals
|
||||
# - comment # and comments
|
||||
# - comment.mark
|
||||
# - comment.url
|
||||
# - doccomment
|
||||
# - doccomment.field
|
||||
- string_interpolation_anchor
|
||||
- typeidentifier
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue