Skip to content

Commit

Permalink
Update and Remove old/deprecated linters (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoby6000 authored Jul 18, 2022
1 parent f26cee6 commit ac839cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,20 @@ linters:
- gocyclo
- gofmt
- goimports
- golint
- revive
- goprintffuncname
- godox
- gomnd
- gosec
- gosimple
- govet
- ineffassign
- interfacer
- lll
- maligned
- misspell
- prealloc
- nakedret
- rowserrcheck
- scopelint
- exportloopref
- staticcheck
- structcheck
- stylecheck
Expand Down

0 comments on commit ac839cc

Please sign in to comment.