summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.golangci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 208db670..3ba99efc 100755
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -41,15 +41,14 @@ linters:
- staticcheck
- structcheck
- stylecheck
- - typecheck
- unconvert
# - unparam
# - unused
- varcheck
- whitespace
- # don't enable:
- # - asciicheck
+ # don't enable:
+ # - typecheck
# - gochecknoglobals
# - gocognit
# - godot