-
I tried two ways to disable typecheck, on my ubuntu computer:
But they both failed, I got follow output on my shell:
|
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Apr 3, 2023
Replies: 1 comment 15 replies
-
Hello, this configuration does nothing because typecheck doesn't have configuration.
https://golangci-lint.run/usage/faq/#why-do-you-have-typecheck-errors |
Beta Was this translation helpful? Give feedback.
15 replies
Answer selected by
yudidi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
this configuration does nothing because typecheck doesn't have configuration.
typecheck
is not a real linter it's just a way to parse/display "compilation" and linters errors (linter reports are not errors).It cannot be disabled because of that.
https://golangci-lint.run/usage/faq/#why-do-you-have-typecheck-errors