.rubocop.yml in gmaps_geocoding-1.1.3 vs .rubocop.yml in gmaps_geocoding-1.1.4
- old
+ new
@@ -1,10 +1,10 @@
# Reference here: https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml
Metrics/LineLength:
Description: 'Limit lines to 310 characters.'
- Enabled: true
- Max: 310
+ Enabled: false
+ Max: 120
Metrics/MethodLength:
Description: 'Try to avoid methods longer than 50 lines of code.'
Enabled: true
Max: 50