aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-09-10 12:36:42 +0200
committerTaras Madan <tarasmadan@google.com>2024-09-10 14:05:26 +0000
commita5ae4bf92b53630b492631bf78ec8d69e036e069 (patch)
treeccbe605a94d13227bb567a6b91ff79f5757010c1 /.golangci.yml
parent8c8b47c0c8cd80d1ff64780b9893d068439ead14 (diff)
golangci.yml: disable deprecated linters
WARN [lintersdb] The linter "maligned" is deprecated (step 2) and deactivated. It should be removed from the list of disabled linters. WARN [lintersdb] The linter "interfacer" is deprecated (step 2) and deactivated. It should be removed from the list of disabled linters. WARN [lintersdb] The linter "scopelint" is deprecated (step 2) and deactivated. It should be removed from the list of disabled linters.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 04551758b..103562e1f 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -49,18 +49,15 @@ linters:
- gomnd
- gomodguard
- gosec
- - maligned
- rowserrcheck
- testpackage
- typecheck
- ineffassign
# errcheck would be good to enable, but we need to fix existing warnings first.
- errcheck
- - interfacer
- unparam
- nakedret
- prealloc
- - scopelint
- gocritic
- wsl