ci: update GitHub Actions (#296)

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2021-09-04 14:03:50 +08:00
committed by GitHub
parent 5e97220809
commit f8a14abc12
6 changed files with 73 additions and 38 deletions
+21
View File
@@ -0,0 +1,21 @@
linters-settings:
nakedret:
max-func-lines: 0 # Disallow any unnamed return statement
linters:
enable:
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- nakedret
- gofmt
- rowserrcheck
- unconvert
- goimports