aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-23 08:10:49 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-23 08:10:49 +0100
commit754012dd458985a6a4953c99204c6651318892b2 (patch)
tree3c654198ae6704137d6da8f9396f3e8970630ea0 /.clang-tidy
parentc9ce8625dd80f701e280f90cb30c30f8663473e9 (diff)
downloadteachos-754012dd458985a6a4953c99204c6651318892b2.tar.xz
teachos-754012dd458985a6a4953c99204c6651318892b2.zip
testing: enable build-host testing
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index e802dbd..71f1be9 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -66,5 +66,5 @@ CheckOptions:
readability-magic-numbers.IgnoreTypeAliases: true
FormatStyle: file
-HeaderFilterRegex: '(.*/kstd/.*)|.*\.hpp'
+HeaderFilterRegex: '(.*/kstd/include/.*)|(arch|kernel|kapi)/.*\.hpp'
SystemHeaders: true \ No newline at end of file