aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-06 07:43:36 -0500
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commitb992fe3ef83e102a999084070214b8295f824f6a (patch)
tree20f702125b4a257200bbcffbe178118b8d577352 /.clang-tidy
parent4cf33db925fbd8bea0defeb34e1ed6575349e644 (diff)
downloadserd-b992fe3ef83e102a999084070214b8295f824f6a.tar.gz
serd-b992fe3ef83e102a999084070214b8295f824f6a.tar.bz2
serd-b992fe3ef83e102a999084070214b8295f824f6a.zip
Reduce complexity of URI parsing code
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 0c240213..a283cc08 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -9,6 +9,7 @@ Checks: >
-clang-diagnostic-unused-macros,
-llvmlibc-*,
-modernize-macro-to-enum,
+ -readability-function-cognitive-complexity,
-readability-identifier-length,
CheckOptions:
- key: hicpp-uppercase-literal-suffix.NewSuffixes