diff options
author | David Robillard <d@drobilla.net> | 2023-02-06 07:43:36 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | b992fe3ef83e102a999084070214b8295f824f6a (patch) | |
tree | 20f702125b4a257200bbcffbe178118b8d577352 /src/.clang-tidy | |
parent | 4cf33db925fbd8bea0defeb34e1ed6575349e644 (diff) | |
download | serd-b992fe3ef83e102a999084070214b8295f824f6a.tar.gz serd-b992fe3ef83e102a999084070214b8295f824f6a.tar.bz2 serd-b992fe3ef83e102a999084070214b8295f824f6a.zip |
Reduce complexity of URI parsing code
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r-- | src/.clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy index c2df3e44..d02d9891 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -14,5 +14,4 @@ Checks: > -llvm-header-guard, -misc-no-recursion, -modernize-macro-to-enum, - -readability-function-cognitive-complexity, InheritParentConfig: true |