diff --git a/rubocop.yml b/rubocop.yml index f8c3842..4153d9c 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -24,6 +24,9 @@ Lint/RaiseException: Lint/StructNewOverride: Enabled: true +Lint/MixedRegexpCaptureTypes: + Enabled: true + Metrics/ClassLength: Enabled: false @@ -171,5 +174,13 @@ Style/ExponentialNotation: Style/SlicingWithRange: Enabled: true +# Re-enable this when the following is resolved: +# https://github.com/rubocop-hq/rubocop/issues/8098 +Style/RedundantRegexpCharacterClass: + Enabled: false + +Style/RedundantRegexpEscape: + Enabled: true + Lint/DeprecatedOpenSSLConstant: Enabled: true