summaryrefslogtreecommitdiffstats
path: root/.haml-lint.yml
blob: 8cfcaec8d93fec258a7d800ee198c985c0382254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
inherits_from: .haml-lint_todo.yml

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

require:
  - ./lib/linter/haml_middle_dot.rb

linters:
  AltText:
    enabled: true
  MiddleDot:
    enabled: true
  LineLength:
    max: 320