Sha256: b5deb0bed366442e11821c5ace1195942aef4a3e19f328a4e43087a819fe489e
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 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 Style/FrozenStringLiteralComment: Exclude: - "**/bin/*" - "**/exe/*" - "spec/**/*"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
solidus_dev_support-2.1.0 | .rubocop.yml |
solidus_dev_support-2.0.1 | .rubocop.yml |
solidus_dev_support-2.0.0 | .rubocop.yml |
solidus_dev_support-1.6.0 | .rubocop.yml |