.rubocop_todo.yml in gris-0.1.7 vs .rubocop_todo.yml in gris-0.2.0
- old
+ new
@@ -1,14 +1,15 @@
# This configuration was generated by `rubocop --auto-gen-config`
-# on 2015-03-24 19:01:58 -0400 using RuboCop version 0.29.1.
+# on 2015-05-19 11:04:31 -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.
# Offense count: 1
-# Configuration parameters: AlignWith, SupportedStyles.
+# Cop supports --auto-correct.
+# Configuration parameters: AlignWith, SupportedStyles, AutoCorrect.
Lint/EndAlignment:
Enabled: false
# Offense count: 5
Metrics/AbcSize:
@@ -36,11 +37,16 @@
# Offense count: 16
# Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
Style/CaseIndentation:
Enabled: false
-# Offense count: 22
+# Offense count: 1
+# Cop supports --auto-correct.
+Style/ClosingParenthesisIndentation:
+ Enabled: false
+
+# Offense count: 24
Style/Documentation:
Enabled: false
# Offense count: 1
Style/DoubleNegation:
@@ -49,15 +55,16 @@
# Offense count: 2
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
Enabled: false
-# Offense count: 3
-# Configuration parameters: MaxSlashes.
+# Offense count: 1
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
Style/RegexpLiteral:
Enabled: false
-# Offense count: 2
+# Offense count: 1
# Cop supports --auto-correct.
-# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
-Style/TrivialAccessors:
+# Configuration parameters: MultiSpaceAllowedForOperators.
+Style/SpaceAroundOperators:
Enabled: false