Update haml-lint_todo for new lints

This commit is contained in:
James Mason 2018-11-28 10:54:46 -08:00
parent d493a56e81
commit ef9b230813

View file

@ -650,3 +650,25 @@ linters:
- "app/views/devise/passwords/new.html.haml"
- "app/views/payments/new.html.haml"
- "app/views/tickets/index.html.haml"
# Offense count: 13
ViewLength:
exclude:
- "app/views/admin/booths/index.html.haml"
- "app/views/admin/conferences/show.html.haml"
- "app/views/admin/emails/index.html.haml"
- "app/views/admin/events/_proposal.html.haml"
- "app/views/admin/events/index.html.haml"
- "app/views/admin/registrations/index.html.haml"
- "app/views/admin/tracks/index.html.haml"
- "app/views/admin/tracks/show.html.haml"
- "app/views/admin/versions/_object_desc_and_link.html.haml"
- "app/views/conference_registrations/show.html.haml"
- "app/views/layouts/_admin_sidebar.html.haml"
- "app/views/proposals/index.html.haml"
- "app/views/proposals/show.html.haml"
# Offense count: 38
InlineStyles:
enabled: false