From f0d308c0749281229628b52dc41efad93f8b888a Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Tue, 4 Jun 2019 22:25:52 +0900 Subject: Use rubocop-rails (#10957) --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml index a70459764..143b12330 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -30,7 +30,7 @@ plugins: channel: eslint-5 rubocop: enabled: true - channel: rubocop-0-54 + channel: rubocop-0-71 scss-lint: enabled: true exclude_patterns: -- cgit