Documentation
¶
Overview ¶
Package globwalkignorederror implements a Go analysis linter that flags filepath.Glob and os.ReadDir calls where the error return is discarded with _.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = analyzerutil.New("globwalkignorederror", "reports filepath.Glob and os.ReadDir calls where the error return is discarded with _", run)
Analyzer is the glob-walk-ignored-error analysis pass.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.