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-05-27 21:23:36 +0300
committerCamila <smayres@gmail.com>2020-06-03 17:02:43 +0300
commit965909f7fa60ee9b8a0e06112c79b0b105ccc73e (patch)
treef11f58d45be44a1ccc0ba1cb886e57cbdb07aecc /.clang-tidy
parent12279089f5770bbe09aa996306809d5dcc548761 (diff)
Add missing auto opportunities
Somehow forgot to run it on the updater code 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 039e5d385..071f522fd 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -4,6 +4,7 @@ Checks: '-*,
modernize-redundant-void-arg,
modernize-replace-*,
modernize-shrink-to-fit,
+ modernize-use-auto,
modernize-use-bool-literals,
modernize-use-emplace,
modernize-use-noexcept,