Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultReviewIssueLabel = "review"
View Source
const Id = "github"
View Source
const LocalConfigTemplate = "# no additional config required"
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶ added in v0.14.0
func NewFactory() common.CodeReviewToolFactory
Types ¶
type Config ¶
func LoadConfig ¶
type GlobalConfig ¶
type GlobalConfig struct {
GitHub struct {
Token string `yaml:"token"`
} `yaml:"github"`
}
type LocalConfig ¶
type LocalConfig struct {
GitHub struct {
ReviewLabel string `yaml:"review_issue_label"`
} `yaml:"github"`
}
Click to show internal directories.
Click to hide internal directories.