Sha256: 6d304ace895cfca0c72289f8981f0dd977a61c0b8d162d293e800efbf2723012

Contents?: true

Size: 501 Bytes

Versions: 1

Compression:

Stored size: 501 Bytes

Contents

AllCops:
  # Wait until the community has decided
  NewCops: disable

# These files naturally have long blocks
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'
    - '*.gemspec'

# Avoid Cops with arbitrary settings
Metrics/MethodLength:
  Enabled: false

# This is no longer upcoming for Ruby
Style/FrozenStringLiteralComment:
  Enabled: false

# Avoid Cops with arbitrary settings
Layout/LineLength:
  Enabled: false

# Avoid comments unless they add value
Style/Documentation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i18n-coverage-0.2.0 .rubocop.yml