Sha256: 9d048f8288e8df19c881a8d3e8653e7dc4522c6169f398aac24db845d8818237
Contents?: true
Size: 386 Bytes
Versions: 4
Compression:
Stored size: 386 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 # ... LineLength: Max: 99 # Relax some of the cops for tests Metrics/ClassLength: Exclude: - test/**/*.rb Metrics/MethodLength: Exclude: - test/**/*.rb
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ndr_dev_support-1.2.1 | .rubocop.yml |
ndr_dev_support-1.2.0 | .rubocop.yml |
ndr_dev_support-1.1.3 | .rubocop.yml |
ndr_dev_support-1.1.1 | .rubocop.yml |