Disable typecheck #2140
Disable typecheck
#2140
-
Is there any way to disable typecheck. It is detecting many issues that are not actual issues, ie: Any ways to fix this is appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Jul 29, 2021
Replies: 1 comment
-
Hello, typecheck cannot be disabled because it's not a real linter, it's just a way to display "compilation" errors. The main root cause of your kind of errors is a misuse of go modules. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jacobdonenfeld
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
typecheck cannot be disabled because it's not a real linter, it's just a way to display "compilation" errors.
The main root cause of your kind of errors is a misuse of go modules.