Skip to content

Commit 443310f

Browse files
committed
chore: Fix erb_lint deprecation warnings
1 parent f359acd commit 443310f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.erb-lint.yml .erb_lint.yml

File renamed without changes.

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ end
2121

2222
desc "Lint ERB templates"
2323
task :erb_lint do
24-
sh("bundle", "exec", "erblint", "app/views/**/*.erb")
24+
sh("bundle", "exec", "erb_lint", "app/views/**/*.erb")
2525
end
2626

2727
desc "Run the specs and acceptance tests"

0 commit comments

Comments
 (0)