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-18 18:41:02 +0300
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>2020-09-01 09:37:03 +0300
commitc8ea848596dce5acc499a961962d7b940b643e8a (patch)
tree32f2bd255bb2d653fcf2c88595321815728955e8 /.clang-tidy
parent4cb9bec23ad71814a25fcd9c2e85530fb3b5c939 (diff)
Enable the bugprone-branch-clone clang-tidy check
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 25df52b1a..21c4d97cd 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,5 +1,6 @@
Checks: '-*,
bugprone-argument-comment,
+ bugprone-branch-clone,
cppcoreguidelines-init-variables,
misc-*,
-misc-non-private-member-variables-in-classes,