Skip to content

Commit 9b51e5e

Browse files
committed
Dangerfile: filter out component versions from a robotframework report.
Addressed to #537
1 parent 6073693 commit 9b51e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dangerfile

+1
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ else
617617
suite = suite.parent
618618
end
619619
msg = node.text.sub(/\.$/, '')
620+
msg = msg.split(/\n/).delete_if {|el| el =~ /^(Build|System|Driver) info:/}.join("\n")
620621
file = suite['source'].sub(pwd, '')
621622
file = github.html_link(file)
622623
testcase = node.parent['name']

0 commit comments

Comments
 (0)