Documentation ¶
Overview ¶
Package todo contains the necessary logic for the todo linter. This linter ensures that all TODO comments contain a Jira ticket.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = analysis.Analyzer{
Name: name,
Doc: doc,
Run: todo,
}
Analyzer exports the todo analyzer (linter).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.