fixed go issues (#1890)

* fixed

* govet

* ughhh
This commit is contained in:
Lukas Gravley 2021-08-25 09:21:26 -05:00 committed by GitHub
parent 8f99738020
commit 695dd0832a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -16,14 +16,14 @@ issues:
- goconst
linters:
enable:
- golint
- gosec
- unconvert
- gocyclo
- goconst
- goimports
- maligned
- gocritic
- govet
- revive
linters-settings:
errcheck:
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;

View file

@ -16,14 +16,14 @@ issues:
- goconst
linters:
enable:
- golint
- gosec
- unconvert
- gocyclo
- goconst
- goimports
- maligned
- gocritic
- govet
- revive
linters-settings:
errcheck:
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;