Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-08-17 13:28:27 +0300
committerFelix Weilbach (Rebase PR Action) <felix.weilbach@t-online.de>2021-08-31 11:35:56 +0300
commit0c3f5cde121a18e0f3dd7d65283fcebdad7dbaf5 (patch)
tree1922f19695565ee735a6992651de2c6aab740979 /.clang-tidy
parent843b9d45f4adce055ed6836f7074c4fe0a4ef397 (diff)
fix name of one clang-tidy check
allow modernize-use-override to work fine Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index d24954c39..c064c54d8 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -24,7 +24,7 @@ Checks: '-*,
modernize-use-nodiscard,
modernize-use-equals-default,
modernize-use-noexcept,
- modernize-user-override,
+ modernize-use-override,
modernize-use-nullptr,
modernize-use-transparent-functors,
modernize-use-uncaught-exceptions,