Documentation
¶
Overview ¶
Package rawloginlib implements a Go analysis linter that flags standard log package calls in library (pkg/) packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "rawloginlib", Doc: "reports use of the standard log package in library packages where pkg/logger should be used instead", URL: "https://github.com/github/gh-aw/tree/main/pkg/linters/rawloginlib", Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.