diff --git a/rubocop.yml b/rubocop.yml index 51c6244..57330ba 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -782,9 +782,6 @@ Style/MethodCallWithoutArgsParentheses: Style/MethodDefParentheses: Enabled: true -Style/MethodMissingSuper: - Enabled: true - Style/MinMax: Enabled: true