lib/lazylead/task/accuracy/accuracy.rb in lazylead-0.9.3 vs lib/lazylead/task/accuracy/accuracy.rb in lazylead-0.10.0
- old
+ new
@@ -84,19 +84,18 @@
def comment
comment = [
"Hi [~#{reporter}],",
"",
"The triage accuracy is '{color:#{color}}#{@score}{color}'" \
- " (~{color:#{color}}#{@accuracy}%{color}), here are the reasons why:",
+ " (~{color:#{color}}#{@accuracy}%{color}), here are the reasons why:",
"|| Ticket requirement || Status || Field ||"
]
@opts[:rules].each do |r|
comment << "|#{r.desc}|#{r.passed(@issue) ? '(/)' : '(-)'}|#{r.field}|"
end
comment << docs_link
comment << ""
- comment << "Posted by [lazylead v#{Lazylead::VERSION}|" \
- "https://bit.ly/2NjdndS]."
+ comment << "Posted by [lazylead v#{Lazylead::VERSION}|https://bit.ly/2NjdndS]."
comment.join("\r\n")
end
# Link to ticket formatting rules
def docs_link