code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/time_entry.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18834 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-22 15:54:37 +00:00
parent 48b2c8bc36
commit b6604ec751
2 changed files with 2 additions and 3 deletions

View File

@@ -1144,7 +1144,6 @@ Style/ParallelAssignment:
Style/ParenthesesAroundCondition:
Exclude:
- 'app/models/repository/subversion.rb'
- 'app/models/time_entry.rb'
- 'app/models/wiki_page.rb'
- 'lib/diff.rb'
- 'lib/redmine/helpers/gantt.rb'