Files
frpmgr/.golangci.yml
Gerhard Tan f541c5e621 Add golangci-lint linter and go tests (#50)
* Add golangci-lint linter and go tests

* Fix linter

* Fix triggers

* Update releaser.yml

* Remove env

* Rename tests

* Add tests

* Fix timezone
2023-03-24 15:48:01 +08:00

14 lines
168 B
YAML

run:
timeout: 5m
linters:
disable-all: true
enable:
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- whitespace
- unused