Documentation
¶
Overview ¶
Package bufioscannererunchecked implements a Go analysis linter that flags bufio.Scanner usage where Err() is not called after Scan() loop completes, potentially silencing read errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = analyzerutil.New("bufioscannererunchecked", "reports bufio.Scanner usage where Err() is not checked after Scan() loop completes, potentially silencing read errors", run)
Analyzer is the bufio-scanner-err-unchecked analysis pass.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.