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