Commit ca150c6
Changed files (1)
.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2018-02-16 22:08:54 -0700 using RuboCop version 0.52.1.
+# on 2018-03-16 13:38:09 -0600 using RuboCop version 0.53.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
@@ -8,14 +8,14 @@
# Offense count: 2
Metrics/AbcSize:
- Max: 20
+ Max: 19
# Offense count: 3
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 150
-# Offense count: 6
+# Offense count: 11
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 13
@@ -24,3 +24,9 @@ Metrics/MethodLength:
Style/DateTime:
Exclude:
- 'lib/saml/kit/assertion.rb'
+
+# Offense count: 4
+# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
+# URISchemes: http, https
+Metrics/LineLength:
+ Max: 89