Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurer ¶
type Configurer struct { // IsUnitTest will be true if flag --frontend_unit_test is passed. If set, // Language.GenerateRules() will not limit rule generation to the list of known good directories. IsUnitTest bool }
Configurer implements the config.Configurer interface.
func (*Configurer) CheckFlags ¶
CheckFlags implements the config.Configurer interface.
func (*Configurer) KnownDirectives ¶
func (c *Configurer) KnownDirectives() []string
KnownDirectives implements the config.Configurer interface.
Interface documentation:
KnownDirectives returns a list of directive keys that this Configurer can interpret. Gazelle prints errors for directives that are not recoginized by any Configurer.
func (*Configurer) RegisterFlags ¶
RegisterFlags implements the config.Configurer interface.
Click to show internal directories.
Click to hide internal directories.