From 9c628b1e68cea9f468005e35b05f5aefe98ca3a0 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Jul 2025 11:32:07 +0330 Subject: [PATCH] refactor: remove misc-confusable-identifier as it had no way of ignoring namespace lt for light --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index bdf52e8..52d762a 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -239,7 +239,6 @@ misc-header-include-cycle, misc-definitions-in-headers, misc-coroutine-hostile-raii, misc-const-correctness, -misc-confusable-identifiers, hicpp-signed-bitwise, hicpp-no-assembler,