aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-05 18:39:49 -0500
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit343124df71010055c2c1e6cdcadd13d23b2c013a (patch)
tree7c2de6a72021adaac89e9c4fa97e7cc5503e0657 /.clang-tidy
parent530edb265fbbed20e6d3a6fd7a36461ff83d9b46 (diff)
downloadserd-343124df71010055c2c1e6cdcadd13d23b2c013a.tar.gz
serd-343124df71010055c2c1e6cdcadd13d23b2c013a.tar.bz2
serd-343124df71010055c2c1e6cdcadd13d23b2c013a.zip
[WIP] Add support for URI hex escape decoding
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index ba762f8a..e19963f0 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -8,11 +8,12 @@ Checks: >
-clang-diagnostic-unused-macros,
-llvmlibc-*,
-modernize-macro-to-enum,
- -readability-function-cognitive-complexity,
-readability-identifier-length,
CheckOptions:
- key: hicpp-uppercase-literal-suffix.NewSuffixes
value: 'L;U;UL;ULL'
+ - key: readability-function-cognitive-complexity.IgnoreMacros
+ value: 'true'
- key: readability-uppercase-literal-suffix.NewSuffixes
value: 'L;U;UL;ULL'
FormatStyle: file