Sha256: 8920196a3e2173f2c9c7612b307a90b9d29112889da82d282e6e2b288b5656eb

Contents?: true

Size: 1.35 KB

Versions: 3

Compression:

Stored size: 1.35 KB

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'gemfiles/**/*.gemfile'
    - 'gemfiles/vendor/**/*'

Style/WordArray:
  Exclude:
    - spec/schemas/**/*.rb

Style/NumericLiterals:
  Exclude:
    - spec/schemas/**/*.rb

Layout/EmptyLineAfterMagicComment:
  Exclude:
    - spec/schemas/**/*.rb

Metrics/BlockLength:
  Exclude:
    - spec/**/*.rb

Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true

Layout/SpaceAroundMethodCallOperator:
  Enabled: true

Lint/DeprecatedOpenSSLConstant:
  Enabled: true

Lint/DuplicateElsifCondition:
  Enabled: true

Lint/MixedRegexpCaptureTypes:
  Enabled: true

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

Style/AccessorGrouping:
  Enabled: true

Style/ArrayCoercion:
  Enabled: true

Style/BisectedAttrAccessor:
  Enabled: true

Style/CaseLikeIf:
  Enabled: true

Style/ExponentialNotation:
  Enabled: true

Style/HashAsLastArrayItem:
  Enabled: true

Style/HashEachMethods:
  Enabled: true

Style/HashLikeCase:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/RedundantAssignment:
  Enabled: true

Style/RedundantFetchBlock:
  Enabled: true

Style/RedundantFileExtensionInRequire:
  Enabled: true

Style/RedundantRegexpCharacterClass:
  Enabled: true

Style/RedundantRegexpEscape:
  Enabled: true

Style/SlicingWithRange:
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ros-apartment-2.8.1.rc1 .rubocop.yml
ros-apartment-2.8.0 .rubocop.yml
ros-apartment-2.7.2 .rubocop.yml