Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaxFromLinter ¶
type MaxFromLinter struct {
// contains filtered or unexported fields
}
func NewMaxFromLinter ¶
func NewMaxFromLinter(limit int) *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) *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 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.