From ca94176837e51ab77bb42c2dbeefbc1701364063 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 28 May 2017 11:22:30 +0200 Subject: [PATCH] Rename rubocop cop name in excluding rubocop_todo list to avoid it from failing --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 443782795..8258cf9c9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -461,7 +461,7 @@ Style/Lambda: # Offense count: 1 # Cop supports --auto-correct. -Style/MethodCallParentheses: +Style/MethodCallWithoutArgsParentheses: Exclude: - 'app/controllers/management/document_verifications_controller.rb'