.rubocop_todo.yml in gris-0.2.1 vs .rubocop_todo.yml in gris-0.2.2
- old
+ new
@@ -1,7 +1,7 @@
# This configuration was generated by `rubocop --auto-gen-config`
-# on 2015-05-19 11:04:31 -0400 using RuboCop version 0.31.0.
+# on 2015-05-20 22:54:33 -0400 using RuboCop version 0.31.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
# versions of RuboCop, may require this file to be generated again.
@@ -27,11 +27,11 @@
# Offense count: 67
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 159
-# Offense count: 8
+# Offense count: 9
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 27
# Offense count: 16
@@ -53,15 +53,9 @@
Enabled: false
# Offense count: 2
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
- Enabled: false
-
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
-Style/RegexpLiteral:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: MultiSpaceAllowedForOperators.