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 - 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

View File

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

View File

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