diff --git a/.erb-lint.yml b/.erb_lint.yml similarity index 100% rename from .erb-lint.yml rename to .erb_lint.yml diff --git a/Rakefile b/Rakefile index 1055b16a2..2891069a3 100644 --- a/Rakefile +++ b/Rakefile @@ -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"