Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Analyzer describes an analysis function and its options. Analyzer = &analysis.Analyzer{ Name: "appservicesgolinter", Doc: "Analyzes source tree of Go files and validates the availability of i18n strings in *.toml files.", Run: new(instantiate).run, Requires: []*analysis.Analyzer{inspect.Analyzer}, RunDespiteErrors: true, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.