From fb419e6823855d3091b60ee25100d19d595c7f6c Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 21 Sep 2023 02:53:52 +0000 Subject: [PATCH] Ignore erblint on maizzle generated template --- .erb-lint.yml | 2 ++ .../mailer/_reset_password_instructions_new_theme.html.erb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.erb-lint.yml b/.erb-lint.yml index 209e8df4e..314bb9f74 100644 --- a/.erb-lint.yml +++ b/.erb-lint.yml @@ -1,6 +1,8 @@ --- exclude: - vendor/**/* + # This file is autogenerated by maizzle + - app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb EnableDefaultLinters: true linters: PartialInstanceVariable: diff --git a/app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb b/app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb index 240895b0b..04683768e 100644 --- a/app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb +++ b/app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb @@ -24,7 +24,7 @@ .hover-underline:hover { text-decoration-line: underline !important } - @media (max-width: 600px) { <%# erblint:disable PartialInstanceVariable %> + @media (max-width: 600px) { .sm-h-auto { height: auto !important }