Sha256: 59e9c718c09a33691dd186da4c088520a60b01591bc84f4cc08648189bf79ad5
Contents?: true
Size: 1.03 KB
Versions: 10
Compression:
Stored size: 1.03 KB
Contents
inherit_from: - https://relaxed.ruby.style/rubocop.yml 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 AllCops: TargetRubyVersion: 2.5 Exclude: - tmp/**/* - "vendor/**/*" # Generated binstubs - bin/rake NewCops: enable Style/FrozenStringLiteralComment: Exclude: - "**/bin/*" - "**/exe/*" - "spec/**/*"
Version data entries
10 entries across 10 versions & 1 rubygems