diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-24 13:18:32 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-24 13:18:32 +0000 |
commit | 672d3f3917b5f045b3a147c57f422fb275dfacb2 (patch) | |
tree | 0c1f939ea2aa40ce7d2a7ae02c2fac1ab0f2dfff /.rubocop_todo.yml | |
parent | 4a60ebd848eb4268d060a69ea6c55de12a2a713a (diff) | |
download | redmine-672d3f3917b5f045b3a147c57f422fb275dfacb2.tar.gz redmine-672d3f3917b5f045b3a147c57f422fb275dfacb2.zip |
cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/export/pdf.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19254 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 717f39125..692d8b62a 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1178,7 +1178,6 @@ Style/LineEndConcatenation: # Configuration parameters: IgnoredMethods. Style/MethodCallWithoutArgsParentheses: Exclude: - - 'lib/redmine/export/pdf.rb' - 'lib/redmine/helpers/gantt.rb' - 'lib/redmine/scm/adapters/cvs_adapter.rb' - 'lib/redmine/scm/adapters/filesystem_adapter.rb' |