diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index ccfdf9e7d..87f6d0404 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -22,6 +22,13 @@ Checks: - cppcoreguidelines-avoid-capturing-lambda-coroutines # 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 CheckOptions: |