Merge pull request #87 from TouchInstinct/fix/false_positive_too_many_empty_spaces

fix too_many_empty_spaces rule
This commit is contained in:
Ivan Smolin 2019-02-11 13:46:38 +03:00 committed by GitHub
commit 54935bbe26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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