Documentation ¶
Index ¶
Constants ¶
View Source
const Doc = `check for Resource that should implement Timeouts
The XR003 analyzer reports missing usage of Timeouts in resources.`
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: analyzerName, Doc: Doc, Requires: []*analysis.Analyzer{ commentignore.Analyzer, resourceinforesourceonly.Analyzer, }, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.