filebuildtag

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package filebuildtag exposes the analyzer.Analyzer object and code to use the filebuildtag linter.

Index

Constants

View Source
const (
	// Doc of the linter.
	Doc = `` /* 279-byte string literal not displayed */

	// FlagFiletagsName is the name of the default filetags flag. It is exported to be reused from linters runners.
	FlagFiletagsName = "filetags"
	// FlagFiletagsDoc is the usage doc of the default filetags flag. It is exported to be reused from linters runners.
	FlagFiletagsDoc = `` /* 175-byte string literal not displayed */

)

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "filebuildtag",
	Doc:      Doc,
	Flags:    flags(),
	Run:      run,
	Requires: []*analysis.Analyzer{inspect.Analyzer},
}

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