From f72cef652f503fd31846a1ab5523cf5b83485575 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 18 Jun 2024 05:53:15 +0000 Subject: [PATCH] Don't run erblint over autogenerated (by maizzle) erb --- .erb-lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.erb-lint.yml b/.erb-lint.yml index 2a76c5ba7..2d4c4d666 100644 --- a/.erb-lint.yml +++ b/.erb-lint.yml @@ -4,6 +4,10 @@ exclude: # These files are autogenerated by maizzle - app/views/devise/mailer/_reset_password_instructions_new_theme.html.erb - app/views/_tailwind/alert_mailer/alert.html.erb + - app/views/_tailwind/devise/mailer/confirmation_instructions.html.erb + - app/views/_tailwind/devise/mailer/reset_password_instructions.html.erb + - app/views/_tailwind/devise/mailer/unlock_instructions.html.erb + - app/views/_tailwind/users/activation_mailer/notify.html.erb EnableDefaultLinters: true linters: PartialInstanceVariable: