Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutogeneratedExclude ¶ added in v1.6.1
type AutogeneratedExclude struct {
// contains filtered or unexported fields
}
func NewAutogeneratedExclude ¶ added in v1.6.1
func NewAutogeneratedExclude(astCache *astcache.Cache) *AutogeneratedExclude
func (AutogeneratedExclude) Finish ¶ added in v1.6.1
func (p AutogeneratedExclude) Finish()
func (AutogeneratedExclude) Name ¶ added in v1.6.1
func (p AutogeneratedExclude) Name() string
type MaxFromLinter ¶
type MaxFromLinter struct {
// contains filtered or unexported fields
}
func NewMaxFromLinter ¶
func NewMaxFromLinter(limit int, log logutils.Log) *MaxFromLinter
func (MaxFromLinter) Finish ¶
func (p MaxFromLinter) Finish()
func (MaxFromLinter) Name ¶
func (p MaxFromLinter) Name() string
type MaxPerFileFromLinter ¶
type MaxPerFileFromLinter struct {
// contains filtered or unexported fields
}
func NewMaxPerFileFromLinter ¶
func NewMaxPerFileFromLinter() *MaxPerFileFromLinter
func (MaxPerFileFromLinter) Finish ¶
func (p MaxPerFileFromLinter) Finish()
func (MaxPerFileFromLinter) Name ¶
func (p MaxPerFileFromLinter) Name() string
type MaxSameIssues ¶
type MaxSameIssues struct {
// contains filtered or unexported fields
}
func NewMaxSameIssues ¶
func NewMaxSameIssues(limit int, log logutils.Log) *MaxSameIssues
func (MaxSameIssues) Finish ¶
func (p MaxSameIssues) Finish()
func (MaxSameIssues) Name ¶
func (MaxSameIssues) Name() string
type PathPrettifier ¶
type PathPrettifier struct {
// contains filtered or unexported fields
}
func NewPathPrettifier ¶
func NewPathPrettifier() *PathPrettifier
func (PathPrettifier) Finish ¶
func (p PathPrettifier) Finish()
func (PathPrettifier) Name ¶
func (p PathPrettifier) Name() string
type SkipFiles ¶ added in v1.6.1
type SkipFiles struct {
// contains filtered or unexported fields
}
func NewSkipFiles ¶ added in v1.6.1
type SourceCode ¶ added in v1.10.1
type SourceCode struct {
// contains filtered or unexported fields
}
func NewSourceCode ¶ added in v1.10.1
func NewSourceCode(log logutils.Log) *SourceCode
func (SourceCode) Finish ¶ added in v1.10.1
func (p SourceCode) Finish()
func (SourceCode) Name ¶ added in v1.10.1
func (p SourceCode) Name() string
type UniqByLine ¶
type UniqByLine struct {
// contains filtered or unexported fields
}
func NewUniqByLine ¶
func NewUniqByLine() *UniqByLine
func (UniqByLine) Finish ¶
func (p UniqByLine) Finish()
func (UniqByLine) Name ¶
func (p UniqByLine) Name() string
Click to show internal directories.
Click to hide internal directories.