gitea/tools
silverwind b54af8811e
Replace `lint-go-gopls` with additional `govet` linters (#36028)
Many (but not all) analyzers ran by `gopls check` are available in
`golangci-lint` as part of default-disabled `govet` linters, so I think
it's best we remove this manual linting step and let `golangci-lint`
handle it. I hand-picked two available linters that were previously
linted using gopls and this list is not exhaustive.

This will reduce CI time by about 3 minutes.
2025-11-29 14:13:22 +07:00
..
codeformat Move `codeformat` folder to tools (#35758) 2025-10-28 11:23:50 +07:00
code-batch-process.go Move `codeformat` folder to tools (#35758) 2025-10-28 11:23:50 +07:00
generate-images.ts Migrate tools and configs to typescript, require node.js >= 22.18.0 (#35421) 2025-09-06 12:58:25 +07:00
generate-svg-vscode-extensions.json Fix file icon mapping (#33855) 2025-03-11 21:06:59 +07:00
generate-svg.ts Fix a number of `strictNullChecks`-related issues (#35795) 2025-11-03 20:17:06 +07:00
gocovmerge.go Misc tool tweaks (#35734) 2025-10-23 09:07:39 +07:00
lint-templates-svg.ts Migrate tools and configs to typescript, require node.js >= 22.18.0 (#35421) 2025-09-06 12:58:25 +07:00
test-echo.go Misc tool tweaks (#35734) 2025-10-23 09:07:39 +07:00
watch.sh move some scripts from 'build' to 'tools' directory, misc refactors (#29844) 2024-03-17 23:12:36 +07:00