mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 14:04:39 +00:00
15 lines
227 B
YAML
15 lines
227 B
YAML
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
|