-
Notifications
You must be signed in to change notification settings - Fork 805
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
Ci/clang tidy checks init variables #5436
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5436 +/- ##
==========================================
- Coverage 57.83% 57.82% -0.01%
==========================================
Files 141 141
Lines 18146 18147 +1
==========================================
- Hits 10495 10494 -1
- Misses 7651 7653 +2
|
ab1a438
to
bff04bc
Compare
bff04bc
to
3e6fcb6
Compare
4adfab0
to
94c6f20
Compare
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
done with clang-tidy run-clang-tidy -p build -header-filter='.*' -config="{Checks: '*', CheckOptions: [{key: UseAssignment, value: true}]}" -checks='-*,modernize-use-auto' -fix Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
using a static_cast like this means that the compiler will not check the validity of the cast this could lead now or later to crash and other issues if the real type is not the one in the cast done with clang-tidy run-clang-tidy -p build -header-filter='.*' -config="{Checks: '*', CheckOptions: [{key: UseAssignment, value: true}]}" -checks='-*,cppcoreguidelines-pro-type-static-cast-downcast' -fix Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
fix windows specific code compilation warnings Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
94c6f20
to
151d17a
Compare
AppImage file: nextcloud-PR-5436-151d17aed4554971e3d223a5ba54856c1f8098ef-x86_64.AppImage |
SonarCloud Quality Gate failed. |
/backport to stable-3.7 |
No description provided.