diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 15:54:59 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 15:54:59 +0000 |
commit | 5ac2471a7af987a430cce8eae36ada30524e6320 (patch) | |
tree | 0ed642d66cbb9145a1b016969674d3a3d3b2c11a /.rubocop_todo.yml | |
parent | f077a0a480fedc2ef55b7da6ab455636a7905b9a (diff) | |
download | redmine-5ac2471a7af987a430cce8eae36ada30524e6320.tar.gz redmine-5ac2471a7af987a430cce8eae36ada30524e6320.zip |
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/diff.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18836 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c25f0ffce..c9b921590 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1144,7 +1144,6 @@ Style/ParallelAssignment: Style/ParenthesesAroundCondition: Exclude: - 'app/models/repository/subversion.rb' - - 'lib/diff.rb' - 'lib/redmine/helpers/gantt.rb' - 'lib/redmine/scm/adapters/cvs_adapter.rb' - 'lib/redmine/scm/adapters/git_adapter.rb' |