Add ERB Lint configuration file

The rubocop linter cannot use the `rubocop_config` option because it's
not compatible with Ruby 2.3. So we're setting the rubocop rules
manually.
This commit is contained in:
Javi Martín
2019-03-02 21:26:01 +01:00
parent f4de8fd42a
commit f30afab9e3
4 changed files with 36 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ group :development do
gem "capistrano-bundler", "~> 1.2", require: false
gem "capistrano-rails", "~> 1.4.0", require: false
gem "capistrano3-delayed-job", "~> 1.7.3"
gem "erb_lint", require: false
gem "mdl", "~> 0.5.0", require: false
gem "rubocop", "~> 0.54.0", require: false
gem "rubocop-rspec", "~> 1.26.0", require: false