.rubocop_todo.yml in inch-0.4.7 vs .rubocop_todo.yml in inch-0.4.8
- old
+ new
@@ -1,7 +1,7 @@
# This configuration was generated by `rubocop --auto-gen-config`
-# on 2014-08-06 21:26:49 +0900 using RuboCop version 0.24.1.
+# on 2014-08-09 22:59:20 +0200 using RuboCop version 0.24.1.
# 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.
@@ -11,29 +11,20 @@
# Offense count: 87
Lint/AmbiguousRegexpLiteral:
Enabled: false
-# Offense count: 9
-# Configuration parameters: AllowSafeAssignment.
-Lint/AssignmentInCondition:
- Enabled: false
-
# Offense count: 1
Lint/Debugger:
Enabled: false
# Offense count: 3
-Lint/UnderscorePrefixedVariableName:
- Enabled: false
-
-# Offense count: 6
# Cop supports --auto-correct.
Lint/UnusedMethodArgument:
Enabled: false
-# Offense count: 6
+# Offense count: 5
Style/AccessorMethodName:
Enabled: false
# Offense count: 3
Style/AsciiComments:
@@ -45,17 +36,17 @@
Enabled: false
# Offense count: 5
# Configuration parameters: CountComments.
Style/ClassLength:
- Max: 201
+ Max: 195
# Offense count: 2
Style/CyclomaticComplexity:
Max: 7
-# Offense count: 87
+# Offense count: 85
Style/Documentation:
Enabled: false
# Offense count: 2
Style/DoubleNegation:
@@ -69,25 +60,20 @@
# Offense count: 1
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
Enabled: false
-# Offense count: 31
+# Offense count: 10
# Configuration parameters: AllowURI.
Style/LineLength:
- Max: 123
+ Max: 111
-# Offense count: 22
+# Offense count: 23
# Configuration parameters: CountComments.
Style/MethodLength:
Max: 34
-# Offense count: 2
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/MethodName:
- Enabled: false
-
# Offense count: 22
# Configuration parameters: NamePrefixBlacklist.
Style/PredicateName:
Enabled: false
@@ -99,15 +85,10 @@
# Offense count: 45
# Cop supports --auto-correct.
Style/SingleSpaceBeforeFirstArg:
Enabled: false
-# Offense count: 1
-# Cop supports --auto-correct.
-Style/SpecialGlobalVars:
- Enabled: false
-
-# Offense count: 9
+# Offense count: 5
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
Style/TrivialAccessors:
Enabled: false