From a3e0336b803b923a427163a992ac56ecdc6536c8 Mon Sep 17 00:00:00 2001 From: Keshav Goel Date: Wed, 16 Feb 2022 14:45:18 +0000 Subject: [PATCH] Add require: rubocop-rails to rubocop.yml --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 550a287..b8c57e3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,7 @@ inherit_from: .rubocop_todo.yml inherit_gem: gc_ruboconfig: rubocop.yml +require: rubocop-rails AllCops: TargetRubyVersion: 2.5