From 2057af83966fb44e21c24f5d0475d41bbd2849d5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 14 Jul 2025 09:21:42 -1000 Subject: [PATCH] Revert "try another way" This reverts commit 96d39403f497c232c4f8be261737fba2bff08ca0. --- script/clang-tidy | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/clang-tidy b/script/clang-tidy index 934c454655..b5905e0e4e 100755 --- a/script/clang-tidy +++ b/script/clang-tidy @@ -121,8 +121,6 @@ def clang_options(idedata): ) ) or (directory.startswith(f"{root_path}") and "/.pio/" in directory) - or "/.platformio/" - in directory # Also treat any .platformio directory as system ): cmd.extend(["-isystem", directory])