From b992fe3ef83e102a999084070214b8295f824f6a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Feb 2023 07:43:36 -0500 Subject: Reduce complexity of URI parsing code --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') 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 -- cgit v1.2.1