Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #219 from atc0005/i218-replace-deprecated-linters
Browse files Browse the repository at this point in the history
Replace deprecated linters
  • Loading branch information
atc0005 committed Apr 9, 2021
2 parents 0ccc284 + 33f0d1a commit c33c2f1
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 @@ -33,10 +33,17 @@ linters:
- depguard
- prealloc
- misspell
- maligned
- dupl
- unconvert
- gofmt
- golint
- gocritic
- scopelint
- exportloopref

disable:
- maligned

linters-settings:
govet:
enable:
- fieldalignment

0 comments on commit c33c2f1

Please sign in to comment.