glitch-soc/mastodon

View on GitHub
.haml-lint.yml

Summary

Maintainability
Test Coverage
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
  ViewLength:
    max: 200 # Override default value of 100 inherited from rubocop