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

Option to ignore some errors in make lint #28

Open
tueda opened this issue May 6, 2021 · 0 comments
Open

Option to ignore some errors in make lint #28

tueda opened this issue May 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@tueda
Copy link
Owner

tueda commented May 6, 2021

make lint returns a non-zero exit status if some linters fail, but they may contain bugs and/or report false positives. It is an annoying situation that CI always fails due to false positives. Maybe it is helpful if, by some options, some false positives can be circumvented.

For now, one may use make lint || true as a workaround, but it ignores all errors.

@tueda tueda added the enhancement New feature or request label May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant