提交 c7eb0d14 编写于 作者: J Justin Collins

Restrict warning category characters in tab output

to make them compatible with the Jenkins plugin parser deal
上级 da50e2ac
......@@ -632,6 +632,7 @@ class Report
checks.send(meth).map do |w|
line = w.line || 0
w.warning_type.gsub! /[^\w\s]/, ' '
"#{file_for w}\t#{line}\t#{w.warning_type}\t#{category}\t#{w.format_message}\t#{TEXT_CONFIDENCE[w.confidence]}"
end.join "\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册