Skip to content

Commit

Permalink
fix: rename erb-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jan 5, 2025
1 parent 941c1b3 commit 59fc769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def apply_template! # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Met

# erblint does not like some of Rails auto-generated ERB code e.g.
# `app/views/layouts/mailer.html.erb` so we auto-correct it.
copy_file "variants/backend-base/.erb-lint.yml", ".erb-lint.yml"
copy_file "variants/backend-base/.erb_lint.yml", ".erb_lint.yml"
run_with_clean_bundler_env "bundle exec erblint --autocorrect ."
git add: "-A ."
git commit: "-n -m 'Set up erblint'"
Expand Down
File renamed without changes.

0 comments on commit 59fc769

Please sign in to comment.