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