Skip to content

Commit

Permalink
DEVOPS-7990 Update deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
glothriel committed Aug 21, 2024
1 parent f203e6b commit b53f4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/lint/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ linters:
disable-all: true
enable:
- revive
- ifshort
- staticcheck
- gosimple
- gosec
- dogsled
- godox
- megacheck
- govet
- gocyclo
- lll
Expand All @@ -43,6 +42,7 @@ linters:
- whitespace
- goconst
- unconvert
- unused

issues:
max-issues-per-linter: 0
Expand Down

0 comments on commit b53f4d6

Please sign in to comment.