Sha256: f2bb359d23174793d59f0800e38b8d409c4bc69954191909a68c1d366a45f1b4

Contents?: true

Size: 972 Bytes

Versions: 1

Compression:

Stored size: 972 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
    - '**/*.rake'
  Exclude:
    - vendor/**/*
    - db/migrations/**/*

  DisplayCopNames:
    Enabled: true

  DisplayStyleGuide:
    Enabled: true

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

Layout/LineLength:
  Max: 180

Layout/SpaceAroundMethodCallOperator: { Enabled: true }
Lint/RaiseException: { Enabled: true }
Lint/StructNewOverride: { Enabled: true }
Style/ExponentialNotation: { Enabled: true }
Style/HashEachMethods: { Enabled: true }
Style/HashTransformKeys: { Enabled: true }
Style/HashTransformValues: { Enabled: true }
Layout/EmptyLinesAroundAttributeAccessor: { Enabled: true }
Lint/DeprecatedOpenSSLConstant: { Enabled: true }
Lint/MixedRegexpCaptureTypes: { Enabled: true }
Style/RedundantFetchBlock: { Enabled: true }
Style/RedundantRegexpCharacterClass: { Enabled: true }
Style/RedundantRegexpEscape: { Enabled: true }
Style/SlicingWithRange: { Enabled: true }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
revealing-1.7.1 .rubocop.yml