Replace deprecated linters

This commit is contained in:
Katrina Verey
2022-03-29 12:45:34 -04:00
parent 5c359bda28
commit b368b347d1
3 changed files with 3 additions and 6 deletions

View File

@@ -17,15 +17,14 @@ linters:
- gocyclo
- gofmt
- goimports
- golint
- gosec
- gosimple
- govet
- ineffassign
- interfacer
- lll
- misspell
- nakedret
- revive
# - scopelint
- staticcheck
- structcheck

View File

@@ -22,15 +22,14 @@ linters:
# - gocyclo
- gofmt
- goimports
# - golint
# - gosec
- gosimple
- govet
- ineffassign
- interfacer
# - lll
- misspell
- nakedret
- revive
# - scopelint
- staticcheck
- structcheck

View File

@@ -23,15 +23,14 @@ linters:
- gocyclo
- gofmt
- goimports
- golint
# - gosec
- gosimple
- govet
- ineffassign
- interfacer
- lll
- misspell
- nakedret
- revive
- scopelint
- staticcheck
- structcheck