mirror of https://github.com/go-gitea/gitea.git
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. |
||
|---|---|---|
| .. | ||
| codeformat | ||
| code-batch-process.go | ||
| generate-images.ts | ||
| generate-svg-vscode-extensions.json | ||
| generate-svg.ts | ||
| gocovmerge.go | ||
| lint-templates-svg.ts | ||
| test-echo.go | ||
| watch.sh | ||