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