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 17:51:16 +0300
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>2020-09-01 09:37:03 +0300
commit4cb9bec23ad71814a25fcd9c2e85530fb3b5c939 (patch)
treec5cc01bfcf873147f29f6f98ff027d2fd75c4c79 /.clang-tidy
parent4e61181b457342199f9c0688021b21282ceecc6e (diff)
Enable the bugprone-argument-comment 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 e4eacf0b8..25df52b1a 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,4 +1,5 @@
Checks: '-*,
+ bugprone-argument-comment,
cppcoreguidelines-init-variables,
misc-*,
-misc-non-private-member-variables-in-classes,