code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/controllers/context_menus_controller.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18774 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-19 13:32:37 +00:00
parent adff3bcb7e
commit 0365bd552e
2 changed files with 2 additions and 3 deletions

View File

@@ -1187,7 +1187,6 @@ Style/ParallelAssignment:
# Configuration parameters: AllowSafeAssignment, AllowInMultilineConditions.
Style/ParenthesesAroundCondition:
Exclude:
- 'app/controllers/context_menus_controller.rb'
- 'app/helpers/application_helper.rb'
- 'app/models/project.rb'
- 'app/models/query.rb'