]> source.dussan.org Git - redmine.git/commitdiff
rubocop: fix Layout/DefEndAlignment of test/unit/repository_cvs_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 4 Aug 2019 16:06:26 +0000 (16:06 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 4 Aug 2019 16:06:26 +0000 (16:06 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18348 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
test/unit/repository_cvs_test.rb

index ae0fc61d3daeda30df4d5c579a2faac54bfdee91..51bd8eb7b538f1e938a67a2d48e37dcb2cf26ca6 100644 (file)
@@ -119,7 +119,6 @@ Layout/CommentIndentation:
 Layout/DefEndAlignment:
   Exclude:
     - 'test/functional/documents_controller_test.rb'
-    - 'test/unit/repository_cvs_test.rb'
 
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle.
index bc9d87277de7023345273f448aabc45f34c2abe4..869fe885de69d593baf5dde58fc354c0b826b71b 100644 (file)
@@ -263,7 +263,7 @@ class RepositoryCvsTest < ActiveSupport::TestCase
 
      # invalid revision
      assert_nil @repository.annotate('README', '123')
-   end
+    end
 
   else
     puts "CVS test repository NOT FOUND. Skipping unit tests !!!"