Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct {
Paths *fsutils.ProjectPaths
Cfg *config.Config
Program *loader.Program
SSAProgram *ssa.Program
LoaderConfig *loader.Config
ASTCache *astcache.Cache
NotCompilingPackages []*loader.PackageInfo
}
func (*Context) Settings ¶
func (c *Context) Settings() *config.LintersSettings
type SimpleRunner ¶
type SimpleRunner struct {
Processors []processors.Processor
}
Click to show internal directories.
Click to hide internal directories.