diff options
author | Valery Piashchynski <[email protected]> | 2021-01-09 18:11:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-09 18:11:34 +0300 |
commit | f0f2b1aaf8e4df2ab65c6c47d9183f072ac86841 (patch) | |
tree | 2388acc6a8b6fec7966c03c4bce7e97018040f3d | |
parent | db5c07cbfb2d345e745a1e7a070b58f3b2c4297f (diff) |
Disable typecheck golangci option
-rwxr-xr-x | .golangci.yml | 5 |
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 |