-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot easily disable typecheck
#2912
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Hello,
|
May I propose that this be considered as an area for documentation improvement? Given that Would y'all accept a PR to remove it from those lists, and possibly add a section about how |
@ldez since you closed the issue and marked as duplicate, where I can find the active issue? The problem doesn't seem to be solved to me. And this is the issue I found by googling. Would be nice to know what to follow and what link to add to our tweak in |
There is no active issue because it's not a bug: compilation errors are not bugs. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi folks, @ldez, where can we request improvements to the documentation like @Thynix suggested above? #2912 (comment) |
I opened #3460 |
so, how to disable it? Anyone know? results in tons of false positive for embedded objects. |
It's not possible to disable the type checking. |
Welcome
Description of the problem
While waiting for full 1.18 support, I attempted to disable the
typecheck
linter which was giving me grief.I added it to this section of my config:
But it had no effect.
According to the docs this should be possible.
In the end I did the following, which worked:
Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
https://github.com/weaveworks-liquidmetal/flintlock
The text was updated successfully, but these errors were encountered: