diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 13:43:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 13:43:40 +0000 |
commit | 8d429120ecd8fe21dc7e50848952cb478c37f36c (patch) | |
tree | 3a5e24525cde6cb26acbfe1f5a03e9e7de0bc817 /.rubocop_todo.yml | |
parent | 252450b44cf34ae861e0bbc55712a9941e223aa2 (diff) | |
download | redmine-8d429120ecd8fe21dc7e50848952cb478c37f36c.tar.gz redmine-8d429120ecd8fe21dc7e50848952cb478c37f36c.zip |
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/application_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18822 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 24d070e6d..67d49f534 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1161,7 +1161,6 @@ Style/ParallelAssignment: # Configuration parameters: AllowSafeAssignment, AllowInMultilineConditions. Style/ParenthesesAroundCondition: Exclude: - - 'app/helpers/application_helper.rb' - 'app/models/project.rb' - 'app/models/query.rb' - 'app/models/repository/subversion.rb' |