Skip to content

Commit

Permalink
Merge pull request #142 from atc0005/i140-replace-deprecated-linters
Browse files Browse the repository at this point in the history
Replace deprecated linters
  • Loading branch information
atc0005 authored Apr 8, 2021
2 parents 3eee7c9 + f4c4dfc commit 498cbb7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ linters:
- depguard
- prealloc
- misspell
- maligned
- dupl
- unconvert
- gofmt
- golint
- gocritic
- scopelint
- exportloopref

disable:
- maligned

linters-settings:
govet:
enable:
- fieldalignment

0 comments on commit 498cbb7

Please sign in to comment.