Sha256: cf38e92ffb2eb4297cf2a694ec1d612689a0770e11bc37975fc02a3753081db4

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

AllCops:
  Exclude:
    - db/schema.rb

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - test/**/*
    - "**/spec/**/*"
  ExcludedMethods: ["namespace"]

Bundler/DuplicatedGem:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

# These can result in false positives
Style/HashTransformKeys:
  Enabled: false

Style/HashTransformValues:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-govuk-3.3.2 config/other-excludes.yml
rubocop-govuk-3.3.1 config/other-excludes.yml