Skip to content

Commit

Permalink
fix(linters): replace old linters with their updated counterparts
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed Jan 17, 2024
1 parent 7d51e71 commit 2f26da4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/linters/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ issues:
- goconst
linters:
enable:
- golint
- revive
- gosec
- unconvert
- gocyclo
- goconst
- goimports
- maligned
- fieldalignment
- gocritic
linters-settings:
errcheck:
Expand All @@ -42,6 +42,3 @@ linters-settings:
gocyclo:
# minimal code complexity to report, 30 by default
min-complexity: 15
maligned:
# print struct with more effective memory layout or not, false by default
suggest-new: true

0 comments on commit 2f26da4

Please sign in to comment.