Skip to content
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

avoid halting, instead check compilation errors #1172

Labels
duplicate This issue or pull request already exists enhancement New feature or improvement

Comments

@alvarolm
Copy link

alvarolm commented Jun 1, 2020

Is your feature request related to a problem? Please describe.
i dont believe the linter should halt when compilation errors are detected, at least in those cases it could default to report those errors or run go tool compile

Describe the solution you'd like
run go tool compile when the linter halts as last measure

Describe alternatives you've considered
using another linter or metalinter

@alvarolm alvarolm added the enhancement New feature or improvement label Jun 1, 2020
@boring-cyborg
Copy link

boring-cyborg bot commented Jun 1, 2020

Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.

@iwankgb
Copy link
Contributor

iwankgb commented Jul 4, 2020

@alvarolm see #1043 (this issues seems to be a duplicate).

@iwankgb iwankgb closed this as completed Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment