Skip to content

Commit

Permalink
ci: disable deprecated golangci-lint linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 1, 2021
1 parent ef92af4 commit 6f91db8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Expand Up @@ -15,6 +15,11 @@ linters:
- cyclop
- forcetypeassert

# deprecated
- interfacer
- maligned
- scopelint

issues:
exclude-rules:
- path: _test\.go
Expand Down

0 comments on commit 6f91db8

Please sign in to comment.