AllCops: NewCops: enable TargetRubyVersion: 3.0 Exclude: - spec/fixtures/**/* SuggestExtensions: false Style/RegexpLiteral: EnforcedStyle: slashes AllowInnerSlashes: true Style/Documentation: Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Layout/SpaceInsideHashLiteralBraces: Enabled: true EnforcedStyle: no_space Metrics/BlockLength: Enabled: true Exclude: - spec/**/* Metrics/CyclomaticComplexity: Max: 10 Metrics/PerceivedComplexity: Max: 10 Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true