about summary refs log tree commit diff
path: root/.haml-lint.yml
blob: 12ca4634225f9d77f0afb73e9975ca5f66e1d08b (plain) (blame)
1
2
3
4
5
6
7
8
9
inherits_from: .haml-lint_todo.yml

exclude:
  - 'vendor/**/*'
  - lib/templates/haml/scaffold/_form.html.haml

linters:
  AltText:
    enabled: true