From 7efaf608a83fe9f469ab7ff666c0bcaf4c013668 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Wed, 5 Jun 2019 02:35:19 +0900 Subject: Revert #10957 (rubocop-rails) which is incompatible with CodeClimate (#10965) --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index f34272734..f1095e022 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,3 @@ -require: - - rubocop-rails - AllCops: TargetRubyVersion: 2.3 Exclude: -- cgit