docs: improve linter/rule/check docs (#5036)

This commit is contained in:
Ludovic Fernandez 2024-09-23 21:34:13 +02:00 committed by GitHub
parent fb37d4c0e3
commit 2e88c4e632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 926 additions and 18 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2704,7 +2704,6 @@ linters:
- testpackage
- thelper
- tparallel
- typecheck
- unconvert
- unparam
- unused
@ -2819,7 +2818,6 @@ linters:
- testpackage
- thelper
- tparallel
- typecheck
- unconvert
- unparam
- unused

View File

@ -404,7 +404,6 @@
"testpackage",
"thelper",
"tparallel",
"typecheck",
"unconvert",
"unparam",
"unused",

View File

@ -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",