Commit 35ade85

mo <mo@mokhan.ca>
2018-03-16 19:42:26
ignore line length of comments.
1 parent ca150c6
.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