Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AstMetrics ¶
type AstMetrics struct { }
func (*AstMetrics) CanFix ¶ added in v0.0.4
func (o *AstMetrics) CanFix() bool
func (*AstMetrics) Fix ¶ added in v0.0.4
func (o *AstMetrics) Fix(config config.Config) (string, error)
func (*AstMetrics) Name ¶
func (o *AstMetrics) Name() string
func (*AstMetrics) Slug ¶
func (o *AstMetrics) Slug() string
type CustomCommand ¶
type CustomCommand struct {
Command string
}
func (*CustomCommand) CanFix ¶ added in v0.0.4
func (o *CustomCommand) CanFix() bool
func (*CustomCommand) Execute ¶
func (o *CustomCommand) Execute() (string, error)
func (*CustomCommand) Fix ¶ added in v0.0.4
func (o *CustomCommand) Fix(config config.Config) (string, error)
func (*CustomCommand) Name ¶
func (o *CustomCommand) Name() string
func (*CustomCommand) Slug ¶
func (o *CustomCommand) Slug() string
type NoSyntaxError ¶
type NoSyntaxError struct { }
func (*NoSyntaxError) CanFix ¶ added in v0.0.4
func (o *NoSyntaxError) CanFix() bool
func (*NoSyntaxError) Execute ¶
func (o *NoSyntaxError) Execute(config config.Config) (string, error)
func (*NoSyntaxError) Fix ¶ added in v0.0.4
func (o *NoSyntaxError) Fix(config config.Config) (string, error)
func (*NoSyntaxError) Name ¶
func (o *NoSyntaxError) Name() string
func (*NoSyntaxError) Slug ¶
func (o *NoSyntaxError) Slug() string
type Rule ¶
Click to show internal directories.
Click to hide internal directories.