diff --git a/.haml-lint_todo.yml b/.haml-lint_todo.yml index 7e5ccaee..50572257 100644 --- a/.haml-lint_todo.yml +++ b/.haml-lint_todo.yml @@ -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