From 3b876bd6ec464ac10d4084f4e33b49f2aefefb8f Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 19 Oct 2023 02:41:13 +0000 Subject: [PATCH] Don't check autogenerated file with erblint --- .erb-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.erb-lint.yml b/.erb-lint.yml index 314bb9f74..2a76c5ba7 100644 --- a/.erb-lint.yml +++ b/.erb-lint.yml @@ -1,8 +1,9 @@ --- exclude: - vendor/**/* - # This file is autogenerated by maizzle + # 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 EnableDefaultLinters: true linters: PartialInstanceVariable: