summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-09 18:11:34 +0300
committerValery Piashchynski <[email protected]>2021-01-09 18:11:34 +0300
commitf0f2b1aaf8e4df2ab65c6c47d9183f072ac86841 (patch)
tree2388acc6a8b6fec7966c03c4bce7e97018040f3d /.golangci.yml
parentdb5c07cbfb2d345e745a1e7a070b58f3b2c4297f (diff)
Disable typecheck golangci option
Diffstat (limited to '.golangci.yml')
-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