summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 15:54:37 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 15:54:37 +0000
commitb6604ec7510e295036920ccc30d28c0061f0885c (patch)
tree17ade5e2917b47456b217aac8ea6d3d5f31abfb5 /.rubocop_todo.yml
parent48b2c8bc3693af18b5dd41b6161333d7e9e698f0 (diff)
downloadredmine-b6604ec7510e295036920ccc30d28c0061f0885c.tar.gz
redmine-b6604ec7510e295036920ccc30d28c0061f0885c.zip
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
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 88a3e2b6a..46fc37d7a 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -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'