.rubocop.yml in omniauth_openid_connect-0.3.5 vs .rubocop.yml in omniauth_openid_connect-0.4.0
- old
+ new
@@ -1,5 +1,8 @@
+Gemspec/RequiredRubyVersion:
+ Enabled: false
+
LineLength:
Description: 'Limit lines to 130 characters.'
Max: 130
Layout/SpaceInsideStringInterpolation:
@@ -34,10 +37,13 @@
Documentation:
Enabled: false
Metrics/AbcSize:
- Max: 50
+ Max: 60
+
+Metrics/ClassLength:
+ Max: 300
Metrics/CyclomaticComplexity:
Max: 50
Metrics/PerceivedComplexity: