Sha256: 49ddafa844646575ed2c1633fd469e5c7866d3f3a4d4d5769480c375a05c54e6

Contents?: true

Size: 297 Bytes

Versions: 4

Compression:

Stored size: 297 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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gmaps_geocoding-1.1.1 .rubocop.yml
gmaps_geocoding-1.1.0 .rubocop.yml
gmaps_geocoding-1.0.1 .rubocop.yml
gmaps_geocoding-1.0.0 .rubocop.yml