From 9009631bdf6d1142a13335ececbc1f78daf3fdf0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 16:53:29 -0400 Subject: Simplify PortType --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 53dace0f..6e3cd008 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -26,6 +26,7 @@ Checks: > -modernize-use-nodiscard, -modernize-use-trailing-return-type, -performance-enum-size, + -readability-avoid-nested-conditional-operator, -readability-identifier-length, -readability-implicit-bool-conversion, CheckOptions: -- cgit v1.2.1