From 8bf20644edd89f3d594e5de583fddacfc2b8db3c Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 8 Jan 2020 08:06:20 -0600 Subject: [PATCH] fix rails --- TEMPLATES/.ruby-lint.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TEMPLATES/.ruby-lint.yml b/TEMPLATES/.ruby-lint.yml index e904c0a1..e39d7c7c 100644 --- a/TEMPLATES/.ruby-lint.yml +++ b/TEMPLATES/.ruby-lint.yml @@ -8,8 +8,12 @@ ################################################################################ # Set the linter to enable rails rules -Rails: - Enabled: true +# Note: the old style was to do the following. Now we just need to do the +# require to allow rubocop to enable rails +# https://stackoverflow.com/questions/41892310/how-to-enable-rubocop-rails-cops-automatically +# Rails: +# Enabled: true +require: rubocop-rails ################################################################################ ############################# Security Rules ###################################