commentignore

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:       "commentignore",
	Doc:        "find ignore comments for later passes",
	Run:        run,
	ResultType: reflect.TypeOf(new(Ignorer)),
}

Functions

This section is empty.

Types

type Ignorer

type Ignorer struct {
	// contains filtered or unexported fields
}

func (*Ignorer) ShouldIgnore

func (ignorer *Ignorer) ShouldIgnore(key string, n ast.Node) bool

Jump to

Keyboard shortcuts

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