From b232e15f422074bd434bf0392decd294784857c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDeljko=20Filipin?= Date: Wed, 18 Nov 2015 12:06:52 +0100 Subject: [PATCH] Looks like Style/AccessModifierIndentation RuboCop offense has been fixed earlier Bug: 117989 Change-Id: I39cc92c3a3c76fe649a3f68a1d68aae8c4bceb48 --- .rubocop_todo.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 302ab3f2..3c6d952e 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -11,12 +11,6 @@ Metrics/LineLength: Max: 168 -# Offense count: 1 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/AccessModifierIndentation: - Enabled: false - # Offense count: 1 # Configuration parameters: AllowedVariables. Style/GlobalVars: