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
|
||||
- thelper
|
||||
- tparallel
|
||||
- typecheck
|
||||
- unconvert
|
||||
- unparam
|
||||
- unused
|
||||
@ -2819,7 +2818,6 @@ linters:
|
||||
- testpackage
|
||||
- thelper
|
||||
- tparallel
|
||||
- typecheck
|
||||
- unconvert
|
||||
- unparam
|
||||
- unused
|
||||
|
@ -404,7 +404,6 @@
|
||||
"testpackage",
|
||||
"thelper",
|
||||
"tparallel",
|
||||
"typecheck",
|
||||
"unconvert",
|
||||
"unparam",
|
||||
"unused",
|
||||
|
@ -13,18 +13,19 @@
|
||||
"badLock",
|
||||
"badRegexp",
|
||||
"badSorting",
|
||||
"badSyncOnceFunc",
|
||||
"boolExprSimplify",
|
||||
"builtinShadow",
|
||||
"builtinShadowDecl",
|
||||
"captLocal",
|
||||
"caseOrder",
|
||||
"codegenComment",
|
||||
"commentFormatting",
|
||||
"commentedOutCode",
|
||||
"commentedOutImport",
|
||||
"commentFormatting",
|
||||
"defaultCaseOrder",
|
||||
"deferUnlambda",
|
||||
"deferInLoop",
|
||||
"deferUnlambda",
|
||||
"deprecatedComment",
|
||||
"docStub",
|
||||
"dupArg",
|
||||
@ -84,13 +85,12 @@
|
||||
"sprintfQuotedString",
|
||||
"sqlQuery",
|
||||
"stringConcatSimplify",
|
||||
"stringsCompare",
|
||||
"stringXbytes",
|
||||
"suspiciousSorting",
|
||||
"stringsCompare",
|
||||
"switchTrue",
|
||||
"syncMapLoadAndDelete",
|
||||
"timeCmpSimplify",
|
||||
"timeExprSimplify",
|
||||
"todoCommentWithoutDetail",
|
||||
"tooManyResultsChecker",
|
||||
"truncateCmp",
|
||||
"typeAssertChain",
|
||||
@ -203,6 +203,7 @@
|
||||
"structtag",
|
||||
"testinggoroutine",
|
||||
"tests",
|
||||
"timeformat",
|
||||
"unmarshal",
|
||||
"unreachable",
|
||||
"unsafeptr",
|
||||
@ -405,7 +406,6 @@
|
||||
"testpackage",
|
||||
"thelper",
|
||||
"tparallel",
|
||||
"typecheck",
|
||||
"unconvert",
|
||||
"unparam",
|
||||
"unused",
|
||||
|
Loading…
x
Reference in New Issue
Block a user