-
Notifications
You must be signed in to change notification settings - Fork 23
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
🚨 Fixed warnings and notes brought up by CodeQL #151
Conversation
Signed-off-by: ClangFormat <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #151 +/- ##
==========================================
- Coverage 94.00% 93.98% -0.02%
==========================================
Files 76 76
Lines 7085 7084 -1
==========================================
- Hits 6660 6658 -2
- Misses 425 426 +1
Continue to review full report in Codecov by Sentry.
|
clang-tidy review says "All clean, LGTM! 👍" |
Description
This PR fixes warnings and notes by CodeQL. Furthermore, some overly strict CodeQL checks have been disabled because they lead to false positives.
Fixes #140
Checklist: