Skip to content

Commit

Permalink
ci: disable deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Aug 7, 2023
1 parent 50bd6f0 commit fdf5c56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Expand Up @@ -37,7 +37,6 @@ linters-settings:
linters:
disable-all: true
enable:
- deadcode
- dogsled
- errcheck
- goconst
Expand All @@ -50,10 +49,8 @@ linters:
- ineffassign
- misspell
- nakedret
- structcheck
- typecheck
- unconvert
- varcheck
- whitespace

# Breaks with buildssa error for some reason.
Expand Down

0 comments on commit fdf5c56

Please sign in to comment.