aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-15 16:46:51 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-15 16:46:51 +0100
commit1945dd16716392e70e74efacd19e779f121bd1da (patch)
treed806e1e515547089c1f69a0f66eb8697b142b2a4 /.clang-tidy
parente865cae1ad93ab92b0c5e165e17b0552e5a2e6fa (diff)
downloadteachos-1945dd16716392e70e74efacd19e779f121bd1da.tar.xz
teachos-1945dd16716392e70e74efacd19e779f121bd1da.zip
chore: fix missing includes
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 30729e9..831bf8d 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -3,4 +3,5 @@ Checks:
- 'clang-analyzer-*'
- 'cppcoreguidelines-*'
- '-cppcoreguidelines-owning-memory'
- - 'modernize-*' \ No newline at end of file
+ - 'modernize-*'
+ - 'misc-include-cleaner' \ No newline at end of file