Sha256: abd453004a8e2b4c21d6a156579c6ba01df07d15d90896fe7a4545756f337519

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 Bytes

Contents

# By default, would enforce { key: value } rather than { :key => value }.
AllCops:
  RunRailsCops: 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

1 entries across 1 versions & 1 rubygems

Version Path
ndr_support-3.2.1 .rubocop.yml