From 9649ca0fbe13a86b26b129d6ff925848f261496d Mon Sep 17 00:00:00 2001 From: abcang Date: Tue, 20 Oct 2020 16:13:39 +0900 Subject: Removed disabling comments for Style/MethodMissingSuper (#15014) * Removed disabling comments for Style/MethodMissingSuper * Update rubocop for codeclimate --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml index 9c9b4517a..dc8ca9a6f 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -30,7 +30,7 @@ plugins: channel: eslint-7 rubocop: enabled: true - channel: rubocop-0-88 + channel: rubocop-0-92 sass-lint: enabled: true exclude_patterns: -- cgit