Update rubocop todo list

This commit is contained in:
Paul Thornthwaite 2014-05-21 12:52:16 -04:00
parent 6716f37c5f
commit 684f51e6b0
1 changed files with 2 additions and 23 deletions

View File

@ -1,5 +1,5 @@
# This configuration was generated by `rubocop --auto-gen-config` # This configuration was generated by `rubocop --auto-gen-config`
# on 2014-05-26 14:48:56 +0100 using RuboCop version 0.22.0. # on 2014-05-26 15:23:01 +0100 using RuboCop version 0.22.0.
# The point is for the user to remove these configuration records # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
@ -9,11 +9,6 @@
AccessorMethodName: AccessorMethodName:
Enabled: false Enabled: false
# Offense count: 61
# Cop supports --auto-correct.
Alias:
Enabled: false
# Offense count: 139 # Offense count: 139
# Cop supports --auto-correct. # Cop supports --auto-correct.
AlignArray: AlignArray:
@ -104,12 +99,6 @@ ClassLength:
ClassVars: ClassVars:
Enabled: false Enabled: false
# Offense count: 459
# Cop supports --auto-correct.
# Configuration parameters: PreferredMethods.
CollectionMethods:
Enabled: false
# Offense count: 41 # Offense count: 41
# Cop supports --auto-correct. # Cop supports --auto-correct.
ColonMethodCall: ColonMethodCall:
@ -138,16 +127,6 @@ CyclomaticComplexity:
DefWithParentheses: DefWithParentheses:
Enabled: false Enabled: false
# Offense count: 7
# Cop supports --auto-correct.
DeprecatedClassMethods:
Enabled: false
# Offense count: 312
# Cop supports --auto-correct.
DeprecatedHashMethods:
Enabled: false
# Offense count: 6310 # Offense count: 6310
Documentation: Documentation:
Enabled: false Enabled: false
@ -231,7 +210,7 @@ HandleExceptions:
HashSyntax: HashSyntax:
Enabled: false Enabled: false
# Offense count: 481 # Offense count: 486
# Configuration parameters: MaxLineLength. # Configuration parameters: MaxLineLength.
IfUnlessModifier: IfUnlessModifier:
Enabled: false Enabled: false