docs: improve linter/rule/check docs (#5036)
This commit is contained in:
parent
fb37d4c0e3
commit
2e88c4e632
File diff suppressed because it is too large
Load Diff
@ -2704,7 +2704,6 @@ linters:
|
|||||||
- testpackage
|
- testpackage
|
||||||
- thelper
|
- thelper
|
||||||
- tparallel
|
- tparallel
|
||||||
- typecheck
|
|
||||||
- unconvert
|
- unconvert
|
||||||
- unparam
|
- unparam
|
||||||
- unused
|
- unused
|
||||||
@ -2819,7 +2818,6 @@ linters:
|
|||||||
- testpackage
|
- testpackage
|
||||||
- thelper
|
- thelper
|
||||||
- tparallel
|
- tparallel
|
||||||
- typecheck
|
|
||||||
- unconvert
|
- unconvert
|
||||||
- unparam
|
- unparam
|
||||||
- unused
|
- unused
|
||||||
|
@ -404,7 +404,6 @@
|
|||||||
"testpackage",
|
"testpackage",
|
||||||
"thelper",
|
"thelper",
|
||||||
"tparallel",
|
"tparallel",
|
||||||
"typecheck",
|
|
||||||
"unconvert",
|
"unconvert",
|
||||||
"unparam",
|
"unparam",
|
||||||
"unused",
|
"unused",
|
||||||
|
@ -13,18 +13,19 @@
|
|||||||
"badLock",
|
"badLock",
|
||||||
"badRegexp",
|
"badRegexp",
|
||||||
"badSorting",
|
"badSorting",
|
||||||
|
"badSyncOnceFunc",
|
||||||
"boolExprSimplify",
|
"boolExprSimplify",
|
||||||
"builtinShadow",
|
"builtinShadow",
|
||||||
"builtinShadowDecl",
|
"builtinShadowDecl",
|
||||||
"captLocal",
|
"captLocal",
|
||||||
"caseOrder",
|
"caseOrder",
|
||||||
"codegenComment",
|
"codegenComment",
|
||||||
|
"commentFormatting",
|
||||||
"commentedOutCode",
|
"commentedOutCode",
|
||||||
"commentedOutImport",
|
"commentedOutImport",
|
||||||
"commentFormatting",
|
|
||||||
"defaultCaseOrder",
|
"defaultCaseOrder",
|
||||||
"deferUnlambda",
|
|
||||||
"deferInLoop",
|
"deferInLoop",
|
||||||
|
"deferUnlambda",
|
||||||
"deprecatedComment",
|
"deprecatedComment",
|
||||||
"docStub",
|
"docStub",
|
||||||
"dupArg",
|
"dupArg",
|
||||||
@ -84,13 +85,12 @@
|
|||||||
"sprintfQuotedString",
|
"sprintfQuotedString",
|
||||||
"sqlQuery",
|
"sqlQuery",
|
||||||
"stringConcatSimplify",
|
"stringConcatSimplify",
|
||||||
"stringsCompare",
|
|
||||||
"stringXbytes",
|
"stringXbytes",
|
||||||
"suspiciousSorting",
|
"stringsCompare",
|
||||||
"switchTrue",
|
"switchTrue",
|
||||||
"syncMapLoadAndDelete",
|
"syncMapLoadAndDelete",
|
||||||
"timeCmpSimplify",
|
|
||||||
"timeExprSimplify",
|
"timeExprSimplify",
|
||||||
|
"todoCommentWithoutDetail",
|
||||||
"tooManyResultsChecker",
|
"tooManyResultsChecker",
|
||||||
"truncateCmp",
|
"truncateCmp",
|
||||||
"typeAssertChain",
|
"typeAssertChain",
|
||||||
@ -203,6 +203,7 @@
|
|||||||
"structtag",
|
"structtag",
|
||||||
"testinggoroutine",
|
"testinggoroutine",
|
||||||
"tests",
|
"tests",
|
||||||
|
"timeformat",
|
||||||
"unmarshal",
|
"unmarshal",
|
||||||
"unreachable",
|
"unreachable",
|
||||||
"unsafeptr",
|
"unsafeptr",
|
||||||
@ -405,7 +406,6 @@
|
|||||||
"testpackage",
|
"testpackage",
|
||||||
"thelper",
|
"thelper",
|
||||||
"tparallel",
|
"tparallel",
|
||||||
"typecheck",
|
|
||||||
"unconvert",
|
"unconvert",
|
||||||
"unparam",
|
"unparam",
|
||||||
"unused",
|
"unused",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user