gofumpt

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name = "gofumpt"

	LangFlag   = "lang"
	ModuleFlag = "module"
	ExtraFlag  = "extra"
)

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name: Name,
	Doc: `A stricter gofmt

Enforce a stricter format than gofmt, while being backwards compatible. 
That is, gofumpt is happy with a subset of the formats that gofmt is happy with.
`,
	Requires: []*analysis.Analyzer{skipgenerated.Analyzer},
	Run:      run,
}

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