Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
Paths *fsutils.ProjectPaths
Cfg *config.Config
Program *loader.Program
SSAProgram *ssa.Program
LoaderConfig *loader.Config
ASTCache *astcache.Cache
}
func (*Context) Settings ¶
func (c *Context) Settings() *config.LintersSettings
type Ineffassign ¶
type Ineffassign struct{}
func (Ineffassign) Desc ¶
func (Ineffassign) Desc() string
func (Ineffassign) Name ¶
func (Ineffassign) Name() string
type Interfacer ¶
type Interfacer struct{}
func (Interfacer) Desc ¶
func (Interfacer) Desc() string
func (Interfacer) Name ¶
func (Interfacer) Name() string
type Structcheck ¶
type Structcheck struct{}
func (Structcheck) Desc ¶
func (Structcheck) Desc() string
func (Structcheck) Name ¶
func (Structcheck) Name() string
Click to show internal directories.
Click to hide internal directories.