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-06-04 15:09:06 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-08-12 10:48:29 +0300
commitc50a968a1e0cd44ab2cb0725ae418b1be6b4d0e3 (patch)
tree30ff2b7c096ebec7eb3e9aa5aff0eab0bd5a3b7b /.clang-tidy
parented1c2eaab45f39c8ac6bd062ec47f331cc035627 (diff)
Add more raw string literals missed previously
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 311e66d9e..4c03e129d 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,6 +1,7 @@
Checks: '-*,
cppcoreguidelines-init-variables,
modernize-make-*,
+ modernize-raw-string-literal,
modernize-redundant-void-arg,
modernize-replace-*,
modernize-return-braced-init-list,