Skip to content

Commit

Permalink
use more up-to-date linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
SuddenGunter committed Oct 6, 2021
1 parent 576f666 commit 95f62fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ linters:
enable:
- dogsled
- gocognit
- maligned
- gocyclo
- gofumpt
- golint
- revive
- lll
- wsl
- misspell
- nestif
- noctx # Doesn't have any config for linters-settings section.
- prealloc
- testpackage
- govet
issues:
include:
# Disable excluding of issues about comments from golint.
Expand Down

0 comments on commit 95f62fb

Please sign in to comment.