Skip to content

Commit

Permalink
Ignore erblint on maizzle generated template
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 21, 2023
1 parent 1db7263 commit fb419e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .erb-lint.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit fb419e6

Please sign in to comment.