Skip to content

Commit

Permalink
.golangci.yml: remove deprecated gomnd
Browse files Browse the repository at this point in the history
In order to remove warning:
The linter \"gomnd\" is deprecated (step 2) and deactivated.
It should be removed from the list of disabled linters.
https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle
  • Loading branch information
tarasmadan committed Jan 10, 2025
1 parent d938113 commit 6dbc6a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ linters:
- gochecknoinits
- godox
- goimports
- gomnd
- gomodguard
- gosec
- rowserrcheck
Expand Down

0 comments on commit 6dbc6a9

Please sign in to comment.