Sha256: 194f7c1c0f8378dae4850dc0869aea39c3dd2792f260b372274508084e0a9c8b
Contents?: true
Size: 397 Bytes
Versions: 2
Compression:
Stored size: 397 Bytes
Contents
# Reference here: https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml Metrics/LineLength: Description: 'Limit lines to 310 characters.' Enabled: true Max: 310 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gmaps_geocoding-1.1.3 | .rubocop.yml |
gmaps_geocoding-1.1.2 | .rubocop.yml |