lll

package
v0.0.0-...-503c688 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name: lllName,
	Doc:  "Reports long lines",
	Run: func(pass *analysis.Pass) (any, error) {
		err := runLll(pass, &settings{
			LineLength: 120,
			TabWidth:   1,
		})
		if err != nil {
			return nil, err
		}

		return nil, nil
	},
}

Analyzer is the analyzer struct of lll.

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