Sha256: 8b13ab537301425b89863be4256ffd1e1e20441e469efb2cba92f20f0dbc6307

Contents?: true

Size: 398 Bytes

Versions: 10

Compression:

Stored size: 398 Bytes

Contents

# Reference here: https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml

Metrics/LineLength:
  Description: 'Limit lines to 120 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

10 entries across 10 versions & 1 rubygems

Version Path
gmaps_geocoding-1.3.6 .rubocop.yml
gmaps_geocoding-1.3.5 .rubocop.yml
gmaps_geocoding-1.3.4 .rubocop.yml
gmaps_geocoding-1.3.3 .rubocop.yml
gmaps_geocoding-1.3.2 .rubocop.yml
gmaps_geocoding-1.3.1 .rubocop.yml
gmaps_geocoding-1.3.0 .rubocop.yml
gmaps_geocoding-1.2.2 .rubocop.yml
gmaps_geocoding-1.2.1 .rubocop.yml
gmaps_geocoding-1.2.0 .rubocop.yml