analyzer

package
v0.0.0-...-6ec4f8e Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

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