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:16:38 +0300
committerGitHub <noreply@github.com>2020-08-12 18:16:38 +0300
commit7bb54e34d77f03f5915715137cc14761e4815fc9 (patch)
treebaac0461d5acfdfc7f03abb71f05841570e38eba /.clang-tidy
parent1767c0295f8a1b2ee7df86899c40db83db76a60a (diff)
parent07b7753216530e1b90afaeeda045ae6333af2145 (diff)
Merge pull request #2262 from nextcloud/enable_trivial_clang_tidy_modernize_checks
Enable "trivial" modernize clang-tidy checks
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy7
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 4c03e129d..cda2510ad 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,16 +1,23 @@
Checks: '-*,
cppcoreguidelines-init-variables,
+ modernize-avoid-bind,
+ modernize-concat-nested-namespaces,
+ modernize-deprecated-ios-base-aliases,
modernize-make-*,
modernize-raw-string-literal,
modernize-redundant-void-arg,
modernize-replace-*,
modernize-return-braced-init-list,
modernize-shrink-to-fit,
+ modernize-unary-static-assert,
modernize-use-auto,
modernize-use-bool-literals,
modernize-use-default-member-init,
modernize-use-emplace,
+ modernize-use-equals-delete,
+ modernize-use-nodiscard,
modernize-use-noexcept,
+ modernize-user-override,
modernize-use-transparent-functors,
modernize-use-uncaught-exceptions,
'