Documentation ¶
Overview ¶
Package interfacechecker implements a static analyzer to prevent incorrect conditional checks on select interfaces.
Index ¶
Constants ¶
View Source
const Doc = "Enforce usage of proper conditional check for interfaces"
Doc explaining the tool.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "interfacechecker", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer runs static analysis.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.