1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-27 16:22:18 +01:00
gitea/modules/indexer/issues/elasticsearch
silverwind 84b74d7c3e
Enable bodyclose linter (#36168)
Enabe
[`bodyclose`](https://golangci-lint.run/docs/linters/configuration/#bodyclose).
The only issue in non-test code (`services/migrations/dump.go`) was a
false-positive and I think there are a number of undetected cases, but I
guess it's still better than not having it.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2025-12-16 14:08:43 +01:00
..
elasticsearch_test.go Enable bodyclose linter (#36168) 2025-12-16 14:08:43 +01:00
elasticsearch.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00