diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 15:54:48 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 15:54:48 +0000 |
commit | f077a0a480fedc2ef55b7da6ab455636a7905b9a (patch) | |
tree | d718fc8c695206b334bf48e523eed252a1c2fedb /.rubocop_todo.yml | |
parent | b6604ec7510e295036920ccc30d28c0061f0885c (diff) | |
download | redmine-f077a0a480fedc2ef55b7da6ab455636a7905b9a.tar.gz redmine-f077a0a480fedc2ef55b7da6ab455636a7905b9a.zip |
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/wiki_page.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18835 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 46fc37d7a..c25f0ffce 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/wiki_page.rb' - 'lib/diff.rb' - 'lib/redmine/helpers/gantt.rb' - 'lib/redmine/scm/adapters/cvs_adapter.rb' |