Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllChecks = []*analysis.Analyzer{ XAT001.Analyzer, XR001.Analyzer, XR002.Analyzer, XR003.Analyzer, XR004.Analyzer, XR005.Analyzer, XR006.Analyzer, XR007.Analyzer, XR008.Analyzer, XS001.Analyzer, XS002.Analyzer, }
AllChecks contains all Analyzers that report issues This can be consumed via multichecker.Main(xpasses.AllChecks...) or by combining these Analyzers with additional custom Analyzers
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package XR001 defines an Analyzer that checks for ResourceData.Set() calls using * dereferences
|
Package XR001 defines an Analyzer that checks for ResourceData.Set() calls using * dereferences |
Package XR004 defines an Analyzer that checks for ResourceData.Set() calls missing error checking with complex types
|
Package XR004 defines an Analyzer that checks for ResourceData.Set() calls missing error checking with complex types |
Package XS001 defines an Analyzer that checks for Schema that Description is configured
|
Package XS001 defines an Analyzer that checks for Schema that Description is configured |
Click to show internal directories.
Click to hide internal directories.