mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 05:23:14 -08:00
16 lines
254 B
YAML
16 lines
254 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
|
|
LineLength:
|
|
max: 320
|