add haml-lint_todo.yml
This commit is contained in:
parent
3f159cbf74
commit
84ee5cd86b
2 changed files with 243 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
inherits_from: .haml-lint_todo.yml
|
||||
|
||||
linters:
|
||||
AlignmentTabs:
|
||||
enabled: true
|
||||
|
|
@ -33,7 +35,7 @@ linters:
|
|||
|
||||
IdNames:
|
||||
enabled: true
|
||||
style: snake_case
|
||||
style: lisp_case
|
||||
|
||||
ImplicitDiv:
|
||||
enabled: true
|
||||
|
|
@ -46,7 +48,7 @@ linters:
|
|||
|
||||
LineLength:
|
||||
enabled: true
|
||||
max: 200
|
||||
max: 500
|
||||
|
||||
MultilinePipe:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue