Rules: comments-indentation: Fix typo
This commit is contained in:
@@ -40,4 +40,4 @@ def check(conf, token, prev, next):
|
|||||||
skip_first_line=skip_first):
|
skip_first_line=skip_first):
|
||||||
if comment.column != token_indent + 1:
|
if comment.column != token_indent + 1:
|
||||||
yield LintProblem(comment.line, comment.column,
|
yield LintProblem(comment.line, comment.column,
|
||||||
'comment not intended like content')
|
'comment not indented like content')
|
||||||
|
|||||||
Reference in New Issue
Block a user