From bce659a5d944e4e2d46557596eb4401818401934 Mon Sep 17 00:00:00 2001 From: Artem Chernikov Date: Mon, 21 Jul 2014 15:05:44 +0200 Subject: [PATCH] Move Accessor names to todo --- .rubocop_todo.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2839ff76..318072cf 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -114,12 +114,6 @@ Style/FileName: Style/GuardClause: Enabled: false -# Offense count: 214 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/HashSyntax: - Enabled: false - # Offense count: 27 # Configuration parameters: MaxLineLength. Style/IfUnlessModifier: @@ -330,3 +324,6 @@ Style/TrailingWhitespace: # Cop supports --auto-correct. Style/WordArray: MinSize: 5 + +Style/AccessorMethodName: + Enabled: false