summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-24 12:40:41 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-24 12:40:41 +0000
commit1b72a6a03ea8eb1532b4c6692ee7f3fe002bc482 (patch)
tree45e0f4d293b717b1463dd66cce134a698503f5cd /.rubocop_todo.yml
parentd65cdf018d29f429a29edf401032366985953cbe (diff)
downloadredmine-1b72a6a03ea8eb1532b4c6692ee7f3fe002bc482.tar.gz
redmine-1b72a6a03ea8eb1532b4c6692ee7f3fe002bc482.zip
rubocop: remove test/unit/repository_test.rb from Layout/SpaceInsideParens fixed by r19224
git-svn-id: http://svn.redmine.org/redmine/trunk@19245 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 c2a45d7d6..bed923c5d 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -312,7 +312,6 @@ Layout/SpaceInsideParens:
- 'test/unit/issue_subtasking_test.rb'
- 'test/unit/lib/redmine/export/pdf_test.rb'
- 'test/unit/query_test.rb'
- - 'test/unit/repository_test.rb'
# Cop supports --auto-correct.
Layout/SpaceInsidePercentLiteralDelimiters: