Commit 35ade85
Changed files (2)
.rubocop.yml
@@ -72,6 +72,8 @@ Metrics/LineLength:
Exclude:
- 'lib/saml/kit/builders/templates/*.builder'
- 'spec/**/*.rb'
+ IgnoredPatterns:
+ - '^#*'
Naming/FileName:
Exclude:
.rubocop_todo.yml
@@ -24,9 +24,3 @@ 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