Documentation
¶
Index ¶
- type BooleanComplexity
- type BooleanName
- type ConfusableIdentifier
- type CyclomaticComplexity
- type DeclarationOrder
- type DisallowedName
- type FunctionLength
- type IdentifierLength
- type InconsistentEnumPrefix
- type MagicValue
- type MaximumNesting
- type MultipleDeclarations
- type NPathComplexity
- type NamingConvention
- type PreferConst
- type PublicDocumentation
- type RedundantElse
- type RedundantForward
- type RedundantParentheses
- type RedundantTag
- type RestrictedSyntax
- type ShadowedVariable
- type SuppressionReason
- type TodoPolicy
- type TooManyGlobals
- type TooManyParameters
- type UnusedFunction
- type UnusedGlobal
- type UnusedLabel
- type UnusedLocal
- type UnusedParameter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BooleanComplexity ¶
type BooleanComplexity struct{}
func (BooleanComplexity) Metadata ¶
func (BooleanComplexity) Metadata() lint.Metadata
func (BooleanComplexity) Run ¶
func (BooleanComplexity) Run(ctx *lint.Context)
type BooleanName ¶
type BooleanName struct{}
func (BooleanName) Metadata ¶
func (BooleanName) Metadata() lint.Metadata
func (BooleanName) Run ¶
func (BooleanName) Run(ctx *lint.Context)
type ConfusableIdentifier ¶
type ConfusableIdentifier struct{}
func (ConfusableIdentifier) Metadata ¶
func (ConfusableIdentifier) Metadata() lint.Metadata
func (ConfusableIdentifier) Run ¶
func (ConfusableIdentifier) Run(ctx *lint.Context)
type CyclomaticComplexity ¶
type CyclomaticComplexity struct{}
func (CyclomaticComplexity) Metadata ¶
func (CyclomaticComplexity) Metadata() lint.Metadata
func (CyclomaticComplexity) Run ¶
func (CyclomaticComplexity) Run(ctx *lint.Context)
type DeclarationOrder ¶
type DeclarationOrder struct{}
func (DeclarationOrder) Metadata ¶
func (DeclarationOrder) Metadata() lint.Metadata
func (DeclarationOrder) Run ¶
func (DeclarationOrder) Run(ctx *lint.Context)
type DisallowedName ¶
type DisallowedName struct{}
func (DisallowedName) Metadata ¶
func (DisallowedName) Metadata() lint.Metadata
func (DisallowedName) Run ¶
func (DisallowedName) Run(ctx *lint.Context)
type FunctionLength ¶
type FunctionLength struct{}
func (FunctionLength) Metadata ¶
func (FunctionLength) Metadata() lint.Metadata
func (FunctionLength) Run ¶
func (FunctionLength) Run(ctx *lint.Context)
type IdentifierLength ¶
type IdentifierLength struct{}
func (IdentifierLength) Metadata ¶
func (IdentifierLength) Metadata() lint.Metadata
func (IdentifierLength) Run ¶
func (IdentifierLength) Run(ctx *lint.Context)
type InconsistentEnumPrefix ¶
type InconsistentEnumPrefix struct{}
func (InconsistentEnumPrefix) Metadata ¶
func (InconsistentEnumPrefix) Metadata() lint.Metadata
func (InconsistentEnumPrefix) Run ¶
func (InconsistentEnumPrefix) Run(ctx *lint.Context)
type MagicValue ¶
type MagicValue struct{}
func (MagicValue) Metadata ¶
func (MagicValue) Metadata() lint.Metadata
func (MagicValue) Run ¶
func (MagicValue) Run(ctx *lint.Context)
type MaximumNesting ¶
type MaximumNesting struct{}
func (MaximumNesting) Metadata ¶
func (MaximumNesting) Metadata() lint.Metadata
func (MaximumNesting) Run ¶
func (MaximumNesting) Run(ctx *lint.Context)
type MultipleDeclarations ¶
type MultipleDeclarations struct{}
func (MultipleDeclarations) Metadata ¶
func (MultipleDeclarations) Metadata() lint.Metadata
func (MultipleDeclarations) Run ¶
func (MultipleDeclarations) Run(ctx *lint.Context)
type NPathComplexity ¶
type NPathComplexity struct{}
func (NPathComplexity) Metadata ¶
func (NPathComplexity) Metadata() lint.Metadata
func (NPathComplexity) Run ¶
func (NPathComplexity) Run(ctx *lint.Context)
type NamingConvention ¶
type NamingConvention struct{}
func (NamingConvention) Metadata ¶
func (NamingConvention) Metadata() lint.Metadata
func (NamingConvention) Run ¶
func (NamingConvention) Run(ctx *lint.Context)
type PreferConst ¶
type PreferConst struct{}
func (PreferConst) Metadata ¶
func (PreferConst) Metadata() lint.Metadata
func (PreferConst) Run ¶
func (PreferConst) Run(ctx *lint.Context)
type PublicDocumentation ¶
type PublicDocumentation struct{}
func (PublicDocumentation) Metadata ¶
func (PublicDocumentation) Metadata() lint.Metadata
func (PublicDocumentation) Run ¶
func (PublicDocumentation) Run(ctx *lint.Context)
type RedundantElse ¶
type RedundantElse struct{}
func (RedundantElse) Metadata ¶
func (RedundantElse) Metadata() lint.Metadata
func (RedundantElse) Run ¶
func (RedundantElse) Run(ctx *lint.Context)
type RedundantForward ¶
type RedundantForward struct{}
func (RedundantForward) Metadata ¶
func (RedundantForward) Metadata() lint.Metadata
func (RedundantForward) Run ¶
func (RedundantForward) Run(ctx *lint.Context)
type RedundantParentheses ¶
type RedundantParentheses struct{}
func (RedundantParentheses) Metadata ¶
func (RedundantParentheses) Metadata() lint.Metadata
func (RedundantParentheses) Run ¶
func (RedundantParentheses) Run(ctx *lint.Context)
type RedundantTag ¶
type RedundantTag struct{}
func (RedundantTag) Metadata ¶
func (RedundantTag) Metadata() lint.Metadata
func (RedundantTag) Run ¶
func (RedundantTag) Run(ctx *lint.Context)
type RestrictedSyntax ¶
type RestrictedSyntax struct{}
func (RestrictedSyntax) Metadata ¶
func (RestrictedSyntax) Metadata() lint.Metadata
func (RestrictedSyntax) Run ¶
func (RestrictedSyntax) Run(ctx *lint.Context)
type ShadowedVariable ¶
type ShadowedVariable struct{}
func (ShadowedVariable) Metadata ¶
func (ShadowedVariable) Metadata() lint.Metadata
func (ShadowedVariable) Run ¶
func (ShadowedVariable) Run(ctx *lint.Context)
type SuppressionReason ¶
type SuppressionReason struct{}
func (SuppressionReason) Metadata ¶
func (SuppressionReason) Metadata() lint.Metadata
func (SuppressionReason) Run ¶
func (SuppressionReason) Run(ctx *lint.Context)
type TodoPolicy ¶
type TodoPolicy struct{}
func (TodoPolicy) Metadata ¶
func (TodoPolicy) Metadata() lint.Metadata
func (TodoPolicy) Run ¶
func (TodoPolicy) Run(ctx *lint.Context)
type TooManyGlobals ¶
type TooManyGlobals struct{}
func (TooManyGlobals) Metadata ¶
func (TooManyGlobals) Metadata() lint.Metadata
func (TooManyGlobals) Run ¶
func (TooManyGlobals) Run(ctx *lint.Context)
type TooManyParameters ¶
type TooManyParameters struct{}
func (TooManyParameters) Metadata ¶
func (TooManyParameters) Metadata() lint.Metadata
func (TooManyParameters) Run ¶
func (TooManyParameters) Run(ctx *lint.Context)
type UnusedFunction ¶
type UnusedFunction struct{}
func (UnusedFunction) Metadata ¶
func (UnusedFunction) Metadata() lint.Metadata
func (UnusedFunction) Run ¶
func (UnusedFunction) Run(ctx *lint.Context)
type UnusedGlobal ¶
type UnusedGlobal struct{}
func (UnusedGlobal) Metadata ¶
func (UnusedGlobal) Metadata() lint.Metadata
func (UnusedGlobal) Run ¶
func (UnusedGlobal) Run(ctx *lint.Context)
type UnusedLabel ¶
type UnusedLabel struct{}
func (UnusedLabel) Metadata ¶
func (UnusedLabel) Metadata() lint.Metadata
func (UnusedLabel) Run ¶
func (UnusedLabel) Run(ctx *lint.Context)
type UnusedLocal ¶
type UnusedLocal struct{}
func (UnusedLocal) Metadata ¶
func (UnusedLocal) Metadata() lint.Metadata
func (UnusedLocal) Run ¶
func (UnusedLocal) Run(ctx *lint.Context)
type UnusedParameter ¶
type UnusedParameter struct{}
func (UnusedParameter) Metadata ¶
func (UnusedParameter) Metadata() lint.Metadata
func (UnusedParameter) Run ¶
func (UnusedParameter) Run(ctx *lint.Context)
Source Files
¶
- boolean_complexity.go
- boolean_name.go
- confusable_identifier.go
- cyclomatic_complexity.go
- declaration_order.go
- disallowed_name.go
- function_length.go
- identifier_length.go
- inconsistent_enum_prefix.go
- magic_value.go
- maximum_nesting.go
- multiple_declarations.go
- naming_convention.go
- npath_complexity.go
- prefer_const.go
- public_documentation.go
- redundant_else.go
- redundant_forward.go
- redundant_parentheses.go
- redundant_tag.go
- restricted_syntax.go
- shadowed_variable.go
- suppression_reason.go
- todo_policy.go
- too_many_globals.go
- too_many_parameters.go
- unused_label.go
- unused_local.go
- unused_parameter.go
- unused_project_symbols.go
Click to show internal directories.
Click to hide internal directories.