Versions in this module Expand all Collapse all v1 v1.4.1 Jun 3, 2018 Changes in this version + func LoadContext(ctx context.Context, linters []linter.Config, cfg *config.Config) (*linter.Context, error) + type Context struct + ASTCache *astcache.Cache + Cfg *config.Config + LoaderConfig *loader.Config + NotCompilingPackages []*loader.PackageInfo + Paths *fsutils.ProjectPaths + Program *loader.Program + SSAProgram *ssa.Program + func (c *Context) Settings() *config.LintersSettings + type SimpleRunner struct + Processors []processors.Processor + func (r SimpleRunner) Run(ctx context.Context, linters []linter.Config, lintCtx *linter.Context) <-chan result.Issue