Error: The Style/MethodCallParentheses cop has been renamed to Style/MethodCallWithoutArgsParentheses.

This commit is contained in:
Daniel O'Connor
2017-01-21 15:57:01 +10:30
parent 61f7bdfdd2
commit 4eebf5c867

View File

@@ -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'