mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
We can somewhat easily get it passing and integrate nice with reviewdog by adding a TODO file for the rules that we had enabled, so that we don't need to correct anything now, but we still get alerted for new offenses. So I say let's keep it and enforce it from now on.
50 lines
733 B
YAML
50 lines
733 B
YAML
# Whether to ignore frontmatter at the beginning of HAML documents for
|
|
# frameworks such as Jekyll/Middleman
|
|
skip_frontmatter: false
|
|
|
|
inherits_from: .haml-lint_todo.yml
|
|
|
|
linters:
|
|
AltText:
|
|
enabled: false
|
|
|
|
ConsecutiveSilentScripts:
|
|
enabled: true
|
|
max_consecutive: 2
|
|
|
|
EmptyScript:
|
|
enabled: true
|
|
|
|
HtmlAttributes:
|
|
enabled: true
|
|
|
|
ImplicitDiv:
|
|
enabled: true
|
|
|
|
LeadingCommentSpace:
|
|
enabled: true
|
|
|
|
LineLength:
|
|
max: 80
|
|
|
|
MultilinePipe:
|
|
enabled: true
|
|
|
|
MultilineScript:
|
|
enabled: true
|
|
|
|
ObjectReferenceAttributes:
|
|
enabled: true
|
|
|
|
RuboCop:
|
|
enabled: false
|
|
|
|
SpaceInsideHashAttributes:
|
|
style: no_space
|
|
|
|
TagName:
|
|
enabled: true
|
|
|
|
UnnecessaryInterpolation:
|
|
enabled: true
|