From 4020bc9376eb77d8b6493d98bf9dc6c5b03e41dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Jan 2025 13:16:57 -0500 Subject: Use "system" include type for all dependencies and add header test Things get confused when these flags differ across projects, so universally use "system" for external dependencies and test for header warnings only in the project that owns them. --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index b695c4f..54e9bd6 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -3,7 +3,6 @@ Checks: > *, - -*-macro-to-enum, -*-vararg, -altera-*, -bugprone-assignment-in-if-condition, -- cgit v1.2.1