Sha256: 97a93064b66df20f9987225c41682f7da6938a990ceb217b82830c2a9b53e33f

Contents?: true

Size: 472 Bytes

Versions: 6

Compression:

Stored size: 472 Bytes

Contents

Rails:
  Enabled: true

# Multi-line method chaining should be done with trailing dots.
Style/DotPosition:
  EnforcedStyle: trailing

HashSyntax:
  EnforcedStyle: hash_rockets
  SupportedStyles:
    - ruby19
    - hash_rockets

# Would enforce "-> { }", which we cannot use yet.
Lambda:
  Enabled: false

# ...
LineLength:
  Max: 99

# Relax some of the cops for tests
Metrics/ClassLength:
  Exclude:
    - test/**/*.rb
Metrics/MethodLength:
  Exclude:
    - test/**/*.rb

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ndr_import-4.0.0 .rubocop.yml
ndr_import-3.1.6 .rubocop.yml
ndr_import-3.1.5 .rubocop.yml
ndr_import-3.1.4 .rubocop.yml
ndr_import-3.1.3 .rubocop.yml
ndr_import-3.1.2 .rubocop.yml