Commit 9e240b6

mo <mo@mokhan.ca>
2018-03-17 01:37:25
exclude conditions.
1 parent 90b104a
Changed files (1)
.rubocop_todo.yml
@@ -10,11 +10,6 @@
 Metrics/AbcSize:
   Max: 19
 
-# Offense count: 3
-# Configuration parameters: CountComments.
-Metrics/ClassLength:
-  Max: 150
-
 # Offense count: 11
 # Configuration parameters: CountComments.
 Metrics/MethodLength:
@@ -23,4 +18,4 @@ Metrics/MethodLength:
 # Offense count: 1
 Style/DateTime:
   Exclude:
-    - 'lib/saml/kit/assertion.rb'
+    - 'lib/saml/kit/conditions.rb'