Rules: Add the 'comments-indentation' rule
This commit is contained in:
@@ -20,6 +20,7 @@ from yamllint.rules import (
|
||||
colons,
|
||||
commas,
|
||||
comments,
|
||||
comments_indentation,
|
||||
document_end,
|
||||
document_start,
|
||||
empty_lines,
|
||||
@@ -37,6 +38,7 @@ _RULES = {
|
||||
colons.ID: colons,
|
||||
commas.ID: commas,
|
||||
comments.ID: comments,
|
||||
comments_indentation.ID: comments_indentation,
|
||||
document_end.ID: document_end,
|
||||
document_start.ID: document_start,
|
||||
empty_lines.ID: empty_lines,
|
||||
|
||||
Reference in New Issue
Block a user