Slide 28
Slide 28 text
Print markdown to below the table
markdown (message: String, file=nil: String, line=nil: String)
Print out a generate message on the PR
message (message: String, sticky=true: Boolean, file=nil: String, line=nil: String)
Specifies a problem, but not critical
warn (message: String, sticky=true: Boolean, file=nil: String, line=nil: String)
Declares a CI blocking error
fail (message: String, sticky=true: Boolean, file=nil: String, line=nil: String)
A list of all messages passed to Danger, including the markdowns.
status_report Hash
A list of all violations passed to Danger, we don't anticipate users of Danger needing
to use this.
violation_report Hash
MESSAGING