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

apply modernize-use-using via clang-tidy #4993

Merged
merged 1 commit into from
Oct 4, 2022
Merged

apply modernize-use-using via clang-tidy #4993

merged 1 commit into from
Oct 4, 2022

Conversation

mgallien
Copy link
Collaborator

ran
run-clang-tidy-14.py -header-filter='.' -checks='-,modernize-use-using' -fix

Signed-off-by: Matthieu Gallien matthieu.gallien@nextcloud.com

@codecov
Copy link

codecov bot commented Sep 30, 2022

Codecov Report

Merging #4993 (6bb768f) into master (ca30859) will not change coverage.
The diff coverage is n/a.

❗ Current head 6bb768f differs from pull request most recent head 9f9abbd. Consider uploading reports for the commit 9f9abbd to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4993   +/-   ##
=======================================
  Coverage   57.11%   57.11%           
=======================================
  Files         138      138           
  Lines       17228    17228           
=======================================
  Hits         9839     9839           
  Misses       7389     7389           
Impacted Files Coverage Δ
src/libsync/vfs/cfapi/cfapiwrapper.cpp 74.42% <0.00%> (-0.23%) ⬇️
src/libsync/propagatedownload.cpp 64.61% <0.00%> (+0.14%) ⬆️

@mgallien mgallien force-pushed the ci/useUsing branch 3 times, most recently from 9f9abbd to af5b1e9 Compare October 3, 2022 20:07
ran
run-clang-tidy-14.py -header-filter='.*' -checks='-*,modernize-use-using' -fix

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
@nextcloud-desktop-bot
Copy link

AppImage file: nextcloud-PR-4993-9b7d1add529b00e3b5e247259f6b92d615c44795-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

@sonarcloud
Copy link

sonarcloud bot commented Oct 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mgallien mgallien merged commit 17e2f1d into master Oct 4, 2022
@mgallien mgallien deleted the ci/useUsing branch October 4, 2022 09:14
@mgallien mgallien added this to the 3.7.0 milestone Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants