You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: