Documentation ¶
Overview ¶
Package lgtm implements the lgtm plugin
Index ¶
Constants ¶
View Source
const ( // PluginName defines this plugin's registered name. PluginName = labels.LGTM )
Variables ¶
View Source
var ( // LGTMLabel is the name of the lgtm label applied by the lgtm plugin LGTMLabel = labels.LGTM // LGTMRe is the regex that matches lgtm comments LGTMRe = regexp.MustCompile(`(?mi)^/lgtm(?: no-issue)?\s*$`) // LGTMCancelRe is the regex that matches lgtm cancel comments LGTMCancelRe = regexp.MustCompile(`(?mi)^/(remove-lgtm|lgtm cancel)\s*$`) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.