summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-08-04 16:06:38 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-08-04 16:06:38 +0000
commit6d22d66b9d68769b2defb15647e57c0c92ae2d5b (patch)
tree2c99ccb7cdf1ed7d301471bdfbfd748c1e96c243 /.rubocop_todo.yml
parent12c3df4bd38ba26cb0d9e6c32e68e45a5861e579 (diff)
downloadredmine-6d22d66b9d68769b2defb15647e57c0c92ae2d5b.tar.gz
redmine-6d22d66b9d68769b2defb15647e57c0c92ae2d5b.zip
rubocop: fix Layout/IndentationConsistency of test/unit/repository_cvs_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18349 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 51bd8eb7b..ff2451bdd 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -313,7 +313,6 @@ Layout/IndentationConsistency:
- 'test/integration/api_test/custom_fields_attribute_test.rb'
- 'test/integration/api_test/issues_test.rb'
- 'test/mocks/open_id_authentication_mock.rb'
- - 'test/unit/repository_cvs_test.rb'
# Cop supports --auto-correct.
# Configuration parameters: Width, IgnoredPatterns.