Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
golangci: disable deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Nov 5, 2021
1 parent 6fa9680 commit ef970c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ linters:
enable-all: true
disable:
- gochecknoglobals
- golint
- gomnd
- interfacer
- maligned
- nlreturn
- scopelint
- wrapcheck
- wsl

0 comments on commit ef970c6

Please sign in to comment.