Skip to content

Commit

Permalink
chore: Fix erb_lint deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Oct 29, 2024
1 parent f190217 commit b53f6fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end

desc "Lint ERB templates"
task :erb_lint do
sh("bundle", "exec", "erblint", "app/views/**/*.erb")
sh("bundle", "exec", "erb_lint", "app/views/**/*.erb")
end

desc "Run the specs and acceptance tests"
Expand Down

0 comments on commit b53f6fa

Please sign in to comment.