.rubocop_todo.yml in inch-0.5.0.rc5 vs .rubocop_todo.yml in inch-0.5.0.rc6
- old
+ new
@@ -1,52 +1,62 @@
# This configuration was generated by `rubocop --auto-gen-config`
-# on 2014-08-09 22:59:20 +0200 using RuboCop version 0.24.1.
+# on 2014-08-31 11:34:00 +0200 using RuboCop version 0.25.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: 2
+# Offense count: 34
Lint/AmbiguousOperator:
Enabled: false
-# Offense count: 87
-Lint/AmbiguousRegexpLiteral:
- Enabled: false
-
# Offense count: 1
Lint/Debugger:
Enabled: false
-# Offense count: 3
+# Offense count: 16
+Lint/SpaceBeforeFirstArg:
+ Enabled: false
+
+# Offense count: 9
# Cop supports --auto-correct.
Lint/UnusedMethodArgument:
Enabled: false
+# Offense count: 7
+# Configuration parameters: CountComments.
+Metrics/ClassLength:
+ Max: 197
+
+# Offense count: 2
+Metrics/CyclomaticComplexity:
+ Max: 7
+
+# Offense count: 1
+# Configuration parameters: AllowURI.
+Metrics/LineLength:
+ Max: 81
+
+# Offense count: 27
+# Configuration parameters: CountComments.
+Metrics/MethodLength:
+ Max: 34
+
+# Offense count: 2
+Metrics/PerceivedComplexity:
+ Max: 10
+
# Offense count: 5
Style/AccessorMethodName:
Enabled: false
-# Offense count: 3
-Style/AsciiComments:
- Enabled: false
-
# Offense count: 1
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/ClassAndModuleChildren:
Enabled: false
-# Offense count: 5
-# Configuration parameters: CountComments.
-Style/ClassLength:
- Max: 195
-
-# Offense count: 2
-Style/CyclomaticComplexity:
- Max: 7
-
-# Offense count: 85
+# Offense count: 87
Style/Documentation:
Enabled: false
# Offense count: 2
Style/DoubleNegation:
@@ -56,39 +66,35 @@
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false
# Offense count: 1
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, SupportedStyles.
+Style/HashSyntax:
+ Enabled: false
+
+# Offense count: 1
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
Enabled: false
-# Offense count: 10
-# Configuration parameters: AllowURI.
-Style/LineLength:
- Max: 111
-
-# Offense count: 23
-# Configuration parameters: CountComments.
-Style/MethodLength:
- Max: 34
-
-# Offense count: 22
+# Offense count: 43
# Configuration parameters: NamePrefixBlacklist.
Style/PredicateName:
Enabled: false
# Offense count: 2
# Configuration parameters: Methods.
Style/SingleLineBlockParams:
Enabled: false
-# Offense count: 45
+# Offense count: 82
# Cop supports --auto-correct.
Style/SingleSpaceBeforeFirstArg:
Enabled: false
-# Offense count: 5
+# Offense count: 4
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
Style/TrivialAccessors:
Enabled: false