mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-02 15:48:06 +00:00
* Fix security issue and add go linter * Fix error checked by golangci-lint * Delete jwt-go pkg --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
14 lines
146 B
YAML
14 lines
146 B
YAML
run:
|
|
timeout: 2m
|
|
|
|
linters:
|
|
enable:
|
|
- govet
|
|
- gosimple
|
|
- ineffassign
|
|
- staticcheck
|
|
- unused
|
|
- gofmt
|
|
disable:
|
|
- errcheck
|