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 22:58:51 +0300
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>2020-09-01 09:37:03 +0300
commitaa63889e5beaddfa8e260321eb4c9e569d088786 (patch)
treeee83c217d2e5faba34ce253e53de169a6277f38e /.clang-tidy
parent0909f00a8bd978c8308427418c2e949b8971507e (diff)
Enable bugprone-terminating-continue 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 302f6a3ce..436a6c7de 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -5,6 +5,7 @@ Checks: '-*,
bugprone-macro-parentheses,
bugprone-narrowing-conversions,
bugprone-too-small-loop-variable,
+ bugprone-terminating-continue,
cppcoreguidelines-init-variables,
misc-*,
-misc-non-private-member-variables-in-classes,