1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-02 15:48:06 +00:00
seafile-server/fileserver/.golangci.yml
feiniks 738716496a
Fix security issue and add go linter (#677)
* Fix security issue and add go linter

* Fix error checked by golangci-lint

* Delete jwt-go pkg

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-08-12 14:59:45 +08:00

14 lines
146 B
YAML

run:
timeout: 2m
linters:
enable:
- govet
- gosimple
- ineffassign
- staticcheck
- unused
- gofmt
disable:
- errcheck