Skip to content

Commit

Permalink
Merge pull request #569 from oasisprotocol/linters
Browse files Browse the repository at this point in the history
lint: Remove obsolete linters
  • Loading branch information
mitjat authored Nov 22, 2023
2 parents 33248c2 + 59baecf commit 9e19dd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ linters:
enable:
- asciicheck
- bodyclose
- deadcode
- dogsled
- errcheck
- exhaustive
Expand All @@ -60,14 +59,12 @@ linters:
- revive
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- sqlclosecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace

linters-settings:
Expand Down

0 comments on commit 9e19dd3

Please sign in to comment.