lgtm

package
v0.0.0-...-cd0465d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2024 License: Apache-2.0 Imports: 11 Imported by: 3

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL