summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorAdam T. Carpenter <Commodore@chunkybluegiant>2025-04-26 23:57:07 -0400
committerAdam T. Carpenter <Commodore@chunkybluegiant>2025-04-26 23:57:07 -0400
commit0976b24cad90547fec8a1252f7e962b13d711501 (patch)
tree853950c605e5c10d52ccd00b52bf8553c923fe3b /.clang-tidy
downloadttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.tar.xz
ttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.zip
solver and prompter
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy4
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 0000000..293d63b
--- /dev/null
+++ b/.clang-tidy
@@ -0,0 +1,4 @@
+# clang tidy config
+Checks: 'clang-diagnostic-*,clang-analyzer-*,bugprone-*'
+WarningsAsErrors: 'true'
+HeaderFilterRegex: 'include/\*\.h'