Sha256: 05ea2cf3d9798ae608c8e06d8e55e2faa5d99dc6d95bc976031964c1d2163102
Contents?: true
Size: 546 Bytes
Versions: 8
Compression:
Stored size: 546 Bytes
Contents
Rails: Enabled: true # Multi-line method chaining should be done with trailing dots. Style/DotPosition: EnforcedStyle: trailing # By default, would enforce { key: value } rather than { :key => value }. 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
8 entries across 8 versions & 1 rubygems