From 4eebf5c86735f2cff6580ad048a866af0c7eb3f0 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Sat, 21 Jan 2017 15:57:01 +1030 Subject: [PATCH] Error: The `Style/MethodCallParentheses` cop has been renamed to `Style/MethodCallWithoutArgsParentheses`. --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index b803e561d..d98c6e1fc 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -267,7 +267,7 @@ Style/Lambda: # Offense count: 3 # Cop supports --auto-correct. -Style/MethodCallParentheses: +Style/MethodCallWithoutArgsParentheses: Exclude: - 'spec/helpers/application_helper_spec.rb' - 'spec/views/plantings/new.html.haml_spec.rb'