Versions in this module Expand all Collapse all v1 v1.0.9 Jun 2, 2021 v1.0.8 Jun 2, 2021 Changes in this version + type AddConstantRule struct + func (r *AddConstantRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *AddConstantRule) Name() string + type ArgumentsLimitRule struct + func (r *ArgumentsLimitRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *ArgumentsLimitRule) Name() string + type AtomicRule struct + func (r *AtomicRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *AtomicRule) Name() string + type BareReturnRule struct + func (r *BareReturnRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *BareReturnRule) Name() string + type BlankImportsRule struct + func (r *BlankImportsRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *BlankImportsRule) Name() string + type BoolLiteralRule struct + func (r *BoolLiteralRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *BoolLiteralRule) Name() string + type CallToGCRule struct + func (r *CallToGCRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *CallToGCRule) Name() string + type CognitiveComplexityRule struct + func (r *CognitiveComplexityRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *CognitiveComplexityRule) Name() string + type ConfusingNamingRule struct + func (r *ConfusingNamingRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ConfusingNamingRule) Name() string + type ConfusingResultsRule struct + func (r *ConfusingResultsRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ConfusingResultsRule) Name() string + type ConstantLogicalExprRule struct + func (r *ConstantLogicalExprRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ConstantLogicalExprRule) Name() string + type ContextAsArgumentRule struct + func (r *ContextAsArgumentRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ContextAsArgumentRule) Name() string + type ContextKeysType struct + func (r *ContextKeysType) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ContextKeysType) Name() string + type CyclomaticRule struct + func (r *CyclomaticRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *CyclomaticRule) Name() string + type DeepExitRule struct + func (r *DeepExitRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *DeepExitRule) Name() string + type DeferRule struct + func (r *DeferRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *DeferRule) Name() string + type DotImportsRule struct + func (r *DotImportsRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *DotImportsRule) Name() string + type DuplicatedImportsRule struct + func (r *DuplicatedImportsRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *DuplicatedImportsRule) Name() string + type EarlyReturnRule struct + func (r *EarlyReturnRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *EarlyReturnRule) Name() string + type EmptyBlockRule struct + func (r *EmptyBlockRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *EmptyBlockRule) Name() string + type EmptyLinesRule struct + func (r *EmptyLinesRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *EmptyLinesRule) Name() string + type ErrorNamingRule struct + func (r *ErrorNamingRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ErrorNamingRule) Name() string + type ErrorReturnRule struct + func (r *ErrorReturnRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ErrorReturnRule) Name() string + type ErrorStringsRule struct + func (r *ErrorStringsRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ErrorStringsRule) Name() string + type ErrorfRule struct + func (r *ErrorfRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ErrorfRule) Name() string + type ExportedRule struct + func (r *ExportedRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ExportedRule) Name() string + type FileHeaderRule struct + func (r *FileHeaderRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *FileHeaderRule) Name() string + type FlagParamRule struct + func (r *FlagParamRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *FlagParamRule) Name() string + type FunctionLength struct + func (r *FunctionLength) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *FunctionLength) Name() string + type FunctionResultsLimitRule struct + func (r *FunctionResultsLimitRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *FunctionResultsLimitRule) Name() string + type GetReturnRule struct + func (r *GetReturnRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *GetReturnRule) Name() string + type IdenticalBranchesRule struct + func (r *IdenticalBranchesRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *IdenticalBranchesRule) Name() string + type IfReturnRule struct + func (r *IfReturnRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *IfReturnRule) Name() string + type ImportShadowingRule struct + func (r *ImportShadowingRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ImportShadowingRule) Name() string + type ImportsBlacklistRule struct + func (r *ImportsBlacklistRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *ImportsBlacklistRule) Name() string + type IncrementDecrementRule struct + func (r *IncrementDecrementRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *IncrementDecrementRule) Name() string + type IndentErrorFlowRule struct + func (r *IndentErrorFlowRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *IndentErrorFlowRule) Name() string + type LineLengthLimitRule struct + func (r *LineLengthLimitRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *LineLengthLimitRule) Name() string + type MaxPublicStructsRule struct + func (r *MaxPublicStructsRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *MaxPublicStructsRule) Name() string + type ModifiesParamRule struct + func (r *ModifiesParamRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ModifiesParamRule) Name() string + type ModifiesValRecRule struct + func (r *ModifiesValRecRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ModifiesValRecRule) Name() string + type PackageCommentsRule struct + func (r *PackageCommentsRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *PackageCommentsRule) Name() string + type RangeRule struct + func (r *RangeRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *RangeRule) Name() string + type RangeValAddress struct + func (r *RangeValAddress) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *RangeValAddress) Name() string + type RangeValInClosureRule struct + func (r *RangeValInClosureRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *RangeValInClosureRule) Name() string + type ReceiverNamingRule struct + func (r *ReceiverNamingRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *ReceiverNamingRule) Name() string + type RedefinesBuiltinIDRule struct + func (r *RedefinesBuiltinIDRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *RedefinesBuiltinIDRule) Name() string + type StringFormatRule struct + func (r *StringFormatRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *StringFormatRule) Name() string + func (r *StringFormatRule) ParseArgumentsTest(arguments lint.Arguments) *string + type StringOfIntRule struct + func (r *StringOfIntRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *StringOfIntRule) Name() string + type StructTagRule struct + func (r *StructTagRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *StructTagRule) Name() string + type SuperfluousElseRule struct + func (r *SuperfluousElseRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *SuperfluousElseRule) Name() string + type TimeNamingRule struct + func (r *TimeNamingRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *TimeNamingRule) Name() string + type UnconditionalRecursionRule struct + func (r *UnconditionalRecursionRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *UnconditionalRecursionRule) Name() string + type UnexportedNamingRule struct + func (r *UnexportedNamingRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *UnexportedNamingRule) Name() string + type UnexportedReturnRule struct + func (r *UnexportedReturnRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *UnexportedReturnRule) Name() string + type UnhandledErrorRule struct + func (r *UnhandledErrorRule) Apply(file *lint.File, args lint.Arguments) []lint.Failure + func (r *UnhandledErrorRule) Name() string + type UnnecessaryStmtRule struct + func (r *UnnecessaryStmtRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *UnnecessaryStmtRule) Name() string + type UnreachableCodeRule struct + func (r *UnreachableCodeRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *UnreachableCodeRule) Name() string + type UnusedParamRule struct + func (r *UnusedParamRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *UnusedParamRule) Name() string + type UnusedReceiverRule struct + func (*UnusedReceiverRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (*UnusedReceiverRule) Name() string + type VarDeclarationsRule struct + func (r *VarDeclarationsRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *VarDeclarationsRule) Name() string + type VarNamingRule struct + func (r *VarNamingRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure + func (r *VarNamingRule) Name() string + type WaitGroupByValueRule struct + func (r *WaitGroupByValueRule) Apply(file *lint.File, _ lint.Arguments) []lint.Failure + func (r *WaitGroupByValueRule) Name() string