Sha256: 3b443c6c27b2363118caea2517299db477a7d6f509d0c690006c5e8dab25cac5
Contents?: true
Size: 1.23 KB
Versions: 5
Compression:
Stored size: 1.23 KB
Contents
inherit_from: - https://relaxed.ruby.style/rubocop.yml Gemspec/RequiredRubyVersion: Enabled: false Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/DeprecatedOpenSSLConstant: Enabled: true Lint/MixedRegexpCaptureTypes: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Style/AccessorGrouping: Enabled: true Style/BisectedAttrAccessor: Enabled: true Style/ExponentialNotation: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/RedundantAssignment: Enabled: true Style/RedundantFetchBlock: Enabled: true Style/RedundantRegexpCharacterClass: Enabled: true Style/RedundantRegexpEscape: Enabled: true Style/SlicingWithRange: Enabled: true # Disable this cop until this isssue gets a clear answer: # https://github.com/rubocop/rubocop/issues/10675 Gemspec/DeprecatedAttributeAssignment: Enabled: false AllCops: TargetRubyVersion: 3.0 Exclude: - tmp/**/* - "vendor/**/*" # Generated binstubs - bin/rake NewCops: enable Style/FrozenStringLiteralComment: Exclude: - "**/bin/*" - "**/exe/*" - "spec/**/*"
Version data entries
5 entries across 5 versions & 1 rubygems