Documentation
¶
Overview ¶
nolint:dupl
nolint:dupl
Index ¶
- Constants
- func NewAsciicheck() *goanalysis.Linter
- func NewBodyclose() *goanalysis.Linter
- func NewDeadcode() *goanalysis.Linter
- func NewDepguard() *goanalysis.Linter
- func NewDogsled() *goanalysis.Linter
- func NewDupl() *goanalysis.Linter
- func NewErrcheck() *goanalysis.Linter
- func NewErrorLint(cfg *config.ErrorLintSettings) *goanalysis.Linter
- func NewExhaustive(settings *config.ExhaustiveSettings) *goanalysis.Linter
- func NewExhaustiveStruct() *goanalysis.Linter
- func NewExportLoopRef() *goanalysis.Linter
- func NewFunlen() *goanalysis.Linter
- func NewGci() *goanalysis.Linter
- func NewGoHeader() *goanalysis.Linter
- func NewGoMND(cfg *config.Config) *goanalysis.Linter
- func NewGoPrintfFuncName() *goanalysis.Linter
- func NewGochecknoglobals() *goanalysis.Linter
- func NewGochecknoinits() *goanalysis.Linter
- func NewGocognit() *goanalysis.Linter
- func NewGoconst() *goanalysis.Linter
- func NewGocritic() *goanalysis.Linter
- func NewGocyclo() *goanalysis.Linter
- func NewGodot() *goanalysis.Linter
- func NewGodox() *goanalysis.Linter
- func NewGoerr113() *goanalysis.Linter
- func NewGofmt() *goanalysis.Linter
- func NewGofumpt() *goanalysis.Linter
- func NewGoimports() *goanalysis.Linter
- func NewGolint() *goanalysis.Linter
- func NewGomodguard() *goanalysis.Linter
- func NewGosec() *goanalysis.Linter
- func NewGosimple() *goanalysis.Linter
- func NewGovet(cfg *config.GovetSettings) *goanalysis.Linter
- func NewIneffassign() *goanalysis.Linter
- func NewInterfacer() *goanalysis.Linter
- func NewLLL() *goanalysis.Linter
- func NewMaligned() *goanalysis.Linter
- func NewMisspell() *goanalysis.Linter
- func NewNLReturn() *goanalysis.Linter
- func NewNakedret() *goanalysis.Linter
- func NewNestif() *goanalysis.Linter
- func NewNoLintLint() *goanalysis.Linter
- func NewNoctx() *goanalysis.Linter
- func NewParallelTest() *goanalysis.Linter
- func NewPrealloc() *goanalysis.Linter
- func NewRowsErrCheck() *goanalysis.Linter
- func NewSQLCloseCheck() *goanalysis.Linter
- func NewScopelint() *goanalysis.Linter
- func NewStaticcheck() *goanalysis.Linter
- func NewStructcheck() *goanalysis.Linter
- func NewStylecheck() *goanalysis.Linter
- func NewTestpackage(cfg *config.TestpackageSettings) *goanalysis.Linter
- func NewTparallel() *goanalysis.Linter
- func NewTypecheck() *goanalysis.Linter
- func NewUnconvert() *goanalysis.Linter
- func NewUnparam() *goanalysis.Linter
- func NewUnused() *goanalysis.Linter
- func NewVarcheck() *goanalysis.Linter
- func NewWSL() *goanalysis.Linter
- func NewWhitespace() *goanalysis.Linter
- func NewWrapcheck() *goanalysis.Linter
- type Change
- type Node
Constants ¶
View Source
const NolintlintName = "nolintlint"
Variables ¶
This section is empty.
Functions ¶
func NewAsciicheck ¶
func NewAsciicheck() *goanalysis.Linter
func NewBodyclose ¶
func NewBodyclose() *goanalysis.Linter
func NewDeadcode ¶
func NewDeadcode() *goanalysis.Linter
func NewDepguard ¶
func NewDepguard() *goanalysis.Linter
func NewDogsled ¶
func NewDogsled() *goanalysis.Linter
func NewDupl ¶
func NewDupl() *goanalysis.Linter
func NewErrcheck ¶
func NewErrcheck() *goanalysis.Linter
func NewErrorLint ¶
func NewErrorLint(cfg *config.ErrorLintSettings) *goanalysis.Linter
func NewExhaustive ¶
func NewExhaustive(settings *config.ExhaustiveSettings) *goanalysis.Linter
func NewExhaustiveStruct ¶
func NewExhaustiveStruct() *goanalysis.Linter
func NewExportLoopRef ¶
func NewExportLoopRef() *goanalysis.Linter
func NewFunlen ¶
func NewFunlen() *goanalysis.Linter
func NewGci ¶
func NewGci() *goanalysis.Linter
func NewGoHeader ¶
func NewGoHeader() *goanalysis.Linter
func NewGoPrintfFuncName ¶
func NewGoPrintfFuncName() *goanalysis.Linter
func NewGochecknoglobals ¶
func NewGochecknoglobals() *goanalysis.Linter
func NewGochecknoinits ¶
func NewGochecknoinits() *goanalysis.Linter
func NewGocognit ¶
func NewGocognit() *goanalysis.Linter
func NewGoconst ¶
func NewGoconst() *goanalysis.Linter
func NewGocritic ¶
func NewGocritic() *goanalysis.Linter
func NewGocyclo ¶
func NewGocyclo() *goanalysis.Linter
func NewGodot ¶
func NewGodot() *goanalysis.Linter
func NewGodox ¶
func NewGodox() *goanalysis.Linter
func NewGoerr113 ¶
func NewGoerr113() *goanalysis.Linter
func NewGofmt ¶
func NewGofmt() *goanalysis.Linter
func NewGofumpt ¶
func NewGofumpt() *goanalysis.Linter
func NewGoimports ¶
func NewGoimports() *goanalysis.Linter
func NewGolint ¶
func NewGolint() *goanalysis.Linter
func NewGomodguard ¶
func NewGomodguard() *goanalysis.Linter
NewGomodguard returns a new Gomodguard linter.
func NewGosec ¶
func NewGosec() *goanalysis.Linter
func NewGosimple ¶
func NewGosimple() *goanalysis.Linter
func NewGovet ¶
func NewGovet(cfg *config.GovetSettings) *goanalysis.Linter
func NewIneffassign ¶
func NewIneffassign() *goanalysis.Linter
func NewInterfacer ¶
func NewInterfacer() *goanalysis.Linter
func NewLLL ¶
func NewLLL() *goanalysis.Linter
func NewMaligned ¶
func NewMaligned() *goanalysis.Linter
func NewMisspell ¶
func NewMisspell() *goanalysis.Linter
func NewNLReturn ¶
func NewNLReturn() *goanalysis.Linter
func NewNakedret ¶
func NewNakedret() *goanalysis.Linter
func NewNestif ¶
func NewNestif() *goanalysis.Linter
func NewNoLintLint ¶
func NewNoLintLint() *goanalysis.Linter
func NewNoctx ¶
func NewNoctx() *goanalysis.Linter
func NewParallelTest ¶
func NewParallelTest() *goanalysis.Linter
func NewPrealloc ¶
func NewPrealloc() *goanalysis.Linter
func NewRowsErrCheck ¶
func NewRowsErrCheck() *goanalysis.Linter
func NewSQLCloseCheck ¶
func NewSQLCloseCheck() *goanalysis.Linter
func NewScopelint ¶
func NewScopelint() *goanalysis.Linter
func NewStaticcheck ¶
func NewStaticcheck() *goanalysis.Linter
func NewStructcheck ¶
func NewStructcheck() *goanalysis.Linter
func NewStylecheck ¶
func NewStylecheck() *goanalysis.Linter
func NewTestpackage ¶
func NewTestpackage(cfg *config.TestpackageSettings) *goanalysis.Linter
func NewTparallel ¶
func NewTparallel() *goanalysis.Linter
func NewTypecheck ¶
func NewTypecheck() *goanalysis.Linter
func NewUnconvert ¶
func NewUnconvert() *goanalysis.Linter
func NewUnparam ¶
func NewUnparam() *goanalysis.Linter
func NewUnused ¶
func NewUnused() *goanalysis.Linter
func NewVarcheck ¶
func NewVarcheck() *goanalysis.Linter
func NewWhitespace ¶
func NewWhitespace() *goanalysis.Linter
func NewWrapcheck ¶
func NewWrapcheck() *goanalysis.Linter
Types ¶
Source Files
¶
- asciicheck.go
- bodyclose.go
- deadcode.go
- depguard.go
- dogsled.go
- dupl.go
- errcheck.go
- errorlint.go
- exhaustive.go
- exhaustivestruct.go
- exportloopref.go
- funlen.go
- gci.go
- gochecknoglobals.go
- gochecknoinits.go
- gocognit.go
- goconst.go
- gocritic.go
- gocyclo.go
- godot.go
- godox.go
- goerr113.go
- gofmt.go
- gofmt_common.go
- gofumpt.go
- goheader.go
- goimports.go
- golint.go
- gomnd.go
- gomodguard.go
- goprintffuncname.go
- gosec.go
- gosimple.go
- govet.go
- ineffassign.go
- interfacer.go
- lll.go
- maligned.go
- megacheck.go
- misspell.go
- nakedret.go
- nestif.go
- nlreturn.go
- noctx.go
- nolintlint.go
- paralleltest.go
- prealloc.go
- rowerrcheck.go
- scopelint.go
- sqlclosecheck.go
- staticcheck.go
- structcheck.go
- stylecheck.go
- testpackage.go
- tparallel.go
- typecheck.go
- unconvert.go
- unparam.go
- unused.go
- util.go
- varcheck.go
- whitespace.go
- wrapcheck.go
- wsl.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Package checker defines the implementation of the checker commands.
|
Package checker defines the implementation of the checker commands. |
|
nolintlint provides a linter to ensure that all //nolint directives are followed by explanations
|
nolintlint provides a linter to ensure that all //nolint directives are followed by explanations |
Click to show internal directories.
Click to hide internal directories.