aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-01-10 15:06:11 +0100
committerTaras Madan <tarasmadan@google.com>2025-01-10 14:27:44 +0000
commit6dbc6a9bc76e06852841ed5c5bdbb78409b17f53 (patch)
tree6272054afc11c3db63c0fcfda7ea3bc61163054e
parentd9381135675fbad30ded99c88b61ac76c3ffc110 (diff)
.golangci.yml: remove deprecated gomnd
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
-rw-r--r--.golangci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 02b1c66f4..44cc4a079 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -44,7 +44,6 @@ linters:
- gochecknoinits
- godox
- goimports
- - gomnd
- gomodguard
- gosec
- rowserrcheck