Fix: haml-lint

This commit is contained in:
KMY 2023-10-26 20:37:50 +09:00
parent 58476f3593
commit 933e6e75f3
10 changed files with 34 additions and 30 deletions

View file

@ -18,8 +18,13 @@ linters:
- 'app/views/admin/accounts/_local_account.html.haml'
- 'app/views/admin/accounts/index.html.haml'
- 'app/views/admin/roles/_form.html.haml'
- 'app/views/home/index.html.haml'
- 'app/views/layouts/application.html.haml'
ViewLength:
exclude:
- 'app/views/admin/instances/show.html.haml'
InstanceVariables:
exclude:
- 'app/views/application/_sidebar.html.haml'