From 46391a6e680224838b03b7df960a52978438cd70 Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Tue, 5 Jun 2018 09:32:14 +0200 Subject: [PATCH] update rubocop file --- .rubocop.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index a8408a729c..a5262e351a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -154,7 +154,7 @@ NumericLiterals: OneLineConditional: Enabled: false -OpMethod: +BinaryOperatorParameterName: Enabled: false ParameterLists: @@ -248,9 +248,6 @@ ElseLayout: HandleExceptions: Enabled: false -InvalidCharacterLiteral: - Enabled: false - LiteralInCondition: Enabled: false