summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-08 12:04:03 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-08 12:04:03 +0000
commit08918ce867f79347adfddbe41369674904ce7fbb (patch)
tree328fcaf6e92e29f71812a114ce323c2428cbab17 /.rubocop_todo.yml
parent660d4fd546487c1a8180ed832a1ce92b081a286f (diff)
downloadredmine-08918ce867f79347adfddbe41369674904ce7fbb.tar.gz
redmine-08918ce867f79347adfddbe41369674904ce7fbb.zip
cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in app/models/repository/cvs.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18954 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 a12c36736..ef0bcf22b 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1194,7 +1194,6 @@ Style/LineEndConcatenation:
# Configuration parameters: IgnoredMethods.
Style/MethodCallWithoutArgsParentheses:
Exclude:
- - 'app/models/repository/cvs.rb'
- 'lib/redmine/export/pdf.rb'
- 'lib/redmine/helpers/gantt.rb'
- 'lib/redmine/scm/adapters/cvs_adapter.rb'