Skip to content

Commit 3e1d0fa

Browse files
committed
Dangerfile: modify a comment to pdd format.
No code changes. [ci skip]
1 parent 8222f02 commit 3e1d0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ unless test_reports.empty?
552552
if File.file?(path)
553553
file = path
554554
end
555-
# TODO: try to findout the test case and use it for highlighting line numbers
555+
# @todo #536 Danger: highlight a failed spock test
556556
file = github.html_link(file)
557557
testcase = tc['name']
558558
fail("maven-surefire-plugin error in #{file}:\nTest case `#{testcase}` fails with message:\n```\n#{msg}\n```")

0 commit comments

Comments
 (0)