Documentation ¶
Overview ¶
Package programmaticchecker provides a mechanism for running a set of analyzers on a package programmatically.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.1.5
type Config struct { // LoadConfig is the packages.Config to use when loading packages. LoadConfig packages.Config // ReverseImportExecutionOrder is true if packages that import a given package should execute _after_ the package itself. ReverseImportExecutionOrder bool // Patterns specify directory patterns for the package loader. Patterns []string }
Config specifies the configuration for the programmatic checker.
Click to show internal directories.
Click to hide internal directories.