Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAnalyzer ¶
func GetAnalyzer(requiredNamingPairs, forbidden *StringSliceFlag) (*analysis.Analyzer, error)
Types ¶
type ConfiguredInspector ¶
type ConfiguredInspector struct { RequiredNamesRef *StringSliceFlag ForbiddenPathsRef *StringSliceFlag }
type RequiredImportName ¶
func ParseRequiredNamePairs ¶
func ParseRequiredNamePairs(values []string) ([]RequiredImportName, error)
type StringSliceFlag ¶
type StringSliceFlag []string
func (*StringSliceFlag) Set ¶
func (i *StringSliceFlag) Set(value string) error
func (*StringSliceFlag) String ¶
func (i *StringSliceFlag) String() string
Click to show internal directories.
Click to hide internal directories.