From 91509c26b3f84beebb239592561e41a77fdd0fa6 Mon Sep 17 00:00:00 2001 From: Greg Lazarev Date: Tue, 24 Oct 2017 13:17:14 -0700 Subject: [PATCH] Remove deprecated RuboCop rule --- style/ruby/.rubocop.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/style/ruby/.rubocop.yml b/style/ruby/.rubocop.yml index 4864e4cf..3fe606d1 100644 --- a/style/ruby/.rubocop.yml +++ b/style/ruby/.rubocop.yml @@ -482,12 +482,6 @@ Lint/HandleExceptions: StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#dont-hide-exceptions' Enabled: false -Lint/InvalidCharacterLiteral: - Description: >- - Checks for invalid character literals with a non-escaped - whitespace character. - Enabled: false - Lint/LiteralInCondition: Description: 'Checks of literals used in conditions.' Enabled: false