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:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-08-12 18:19:49 +0300
committerKevin Ottens <ervin@ipsquad.net>2020-08-13 15:19:42 +0300
commit2f8c29082a527c66a9f50cca56725b6215808baa (patch)
tree3bbb44b93bf3a308b68dc6f6c914f8393043b955 /.clang-tidy
parent2d4d66b998e68aedd0de5a8b0659f5e80fa6350a (diff)
Enable the modernize-use-equals-default check on clang-tidy
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 17e948c2a..203c6393c 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -16,6 +16,7 @@ Checks: '-*,
modernize-use-emplace,
modernize-use-equals-delete,
modernize-use-nodiscard,
+ modernize-use-equals-default,
modernize-use-noexcept,
modernize-user-override,
modernize-use-nullptr,