summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 15:55:11 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 15:55:11 +0000
commit05ef7738975647b061000c78b62097f104f8e464 (patch)
tree24486bb85a448d5ba6572e2bf5337b3a75b8d10a /.rubocop_todo.yml
parent5ac2471a7af987a430cce8eae36ada30524e6320 (diff)
downloadredmine-05ef7738975647b061000c78b62097f104f8e464.tar.gz
redmine-05ef7738975647b061000c78b62097f104f8e464.zip
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/helpers/gantt.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18837 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 c9b921590..48448284f 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1144,7 +1144,6 @@ Style/ParallelAssignment:
Style/ParenthesesAroundCondition:
Exclude:
- 'app/models/repository/subversion.rb'
- - 'lib/redmine/helpers/gantt.rb'
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
- 'lib/redmine/scm/adapters/git_adapter.rb'