From 684f51e6b042e34b377402fc5504f1d94651a224 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Wed, 21 May 2014 12:52:16 -0400 Subject: [PATCH] Update rubocop todo list --- .rubocop_todo.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 7df8c2076..9f2b1c966 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,5 +1,5 @@ # 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 # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -9,11 +9,6 @@ AccessorMethodName: Enabled: false -# Offense count: 61 -# Cop supports --auto-correct. -Alias: - Enabled: false - # Offense count: 139 # Cop supports --auto-correct. AlignArray: @@ -104,12 +99,6 @@ ClassLength: ClassVars: Enabled: false -# Offense count: 459 -# Cop supports --auto-correct. -# Configuration parameters: PreferredMethods. -CollectionMethods: - Enabled: false - # Offense count: 41 # Cop supports --auto-correct. ColonMethodCall: @@ -138,16 +127,6 @@ CyclomaticComplexity: DefWithParentheses: 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 Documentation: Enabled: false @@ -231,7 +210,7 @@ HandleExceptions: HashSyntax: Enabled: false -# Offense count: 481 +# Offense count: 486 # Configuration parameters: MaxLineLength. IfUnlessModifier: Enabled: false