We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even if clazy generates warnings in CI the runner isn't considered to have failed. How do we fix this?
The text was updated successfully, but these errors were encountered:
@winterz Any ideas please?
Sorry, something went wrong.
As clazy is loaded as a dynamic library into clang, it seems we can solve this by simply passing -Werror to clang...
-Werror
I'll open a PR to enable this in our CI to confirm it works.
Aha, confirmed, it works: https://github.com/KDAB/KDBindings/actions/runs/9362653392/job/25771805019
@winterz can you please approve #73, which enables this in our CI.
hmm interesting I think we had this issue in another repo, but I think I did not manage to find the fix, now I need to find which repo it was :)
No branches or pull requests
Even if clazy generates warnings in CI the runner isn't considered to have failed.
How do we fix this?
The text was updated successfully, but these errors were encountered: