Merge pull request #84 from TouchInstinct/fix/fix_comment_linting

fix comment linting
This commit is contained in:
Ivan Smolin 2018-12-27 20:06:43 +03:00 committed by GitHub
commit 9088e17be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,6 @@ custom_rules:
- attribute.id
- buildconfig.id
- buildconfig.keyword
- comment
- comment.mark
- comment.url
- doccomment
@ -181,6 +180,7 @@ custom_rules:
- parameter
- placeholder
# - string # all except string literals
# - comment # and comments
- string_interpolation_anchor
- typeidentifier