Sha256: a220d7814e201d0cf7e905ff2c55d786e40ea73f21286d7c5a2a9e056036ecfc
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
# Reference here: https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml Metrics/LineLength: Description: 'Limit lines to 310 characters.' Enabled: false Max: 120 Metrics/MethodLength: Description: 'Try to avoid methods longer than 50 lines of code.' Enabled: true Max: 50 Style/Documentation: Description: 'Document classes and non-namespace modules.' Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gmaps_geocoding-1.1.4 | .rubocop.yml |