config/default.yml in rubocop-0.26.0 vs config/default.yml in rubocop-0.26.1
- old
+ new
@@ -501,9 +501,12 @@
Max: 6
Metrics/LineLength:
Max: 80
AllowURI: true
+ URISchemes:
+ - http
+ - https
Metrics/MethodLength:
CountComments: false # count full line comments?
Max: 10