fix too_many_empty_spaces rule

This commit is contained in:
Ivan Smolin 2019-02-11 13:43:27 +03:00
parent a17eabbe42
commit 016f05fbc0
1 changed files with 4 additions and 4 deletions

View File

@ -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