From 8ebe893854a9259ceeae741551e0ff4f5160015f Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sat, 6 Dec 2025 17:39:43 +0100 Subject: [PATCH] clang-tidy: enable lix-fixincludes The reorganization has been done Change-Id: Ib8eec6656f375f8329fe4caefd009369aa36d8f2 --- .clang-tidy | 3 --- 1 file changed, 3 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index f841723a3..d6ab4412f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -29,9 +29,6 @@ Checks: # crimes must be appropriately declared as crimes - cppcoreguidelines-pro-type-cstyle-cast - lix-* - # This can not yet be applied to Lix itself since we need to do source - # reorganization so that lix/ include paths work. - - -lix-fixincludes # This lint is included as an example, but the lib function it replaces is # already gone. - -lix-hasprefixsuffix