aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
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