Documentation ¶
Overview ¶
Package reviver scans the code looking for TODOs and pass them to registered Buggers to ensure TODOs point to active issues.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bugger ¶
Bugger interface is called for every TODO found in the code. If it can handle the TODO, it must return true. If it returns false, the next Bugger is called. If no Bugger handles the TODO, it's dropped on the floor.
type GitHubBugger ¶
type GitHubBugger struct {
// contains filtered or unexported fields
}
GitHubBugger implements Bugger interface for github issues.
func NewGitHubBugger ¶
NewGitHubBugger creates a new GitHubBugger.
Click to show internal directories.
Click to hide internal directories.