diff options
author | pommicket <pommicket@gmail.com> | 2025-09-15 22:19:03 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-15 22:19:03 -0400 |
commit | 7e35330658ecbabeceab2cfaf349113b58a84e26 (patch) | |
tree | d4604a08d0d189931e97a8d2ae3befdac7eeb570 /.clang-tidy | |
parent | 903292675594773a646027be47229fbb013ae086 (diff) |
Set up clang-tidy, fix some issues
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..c3d8e19 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,2 @@ +Checks: '-clang-analyzer-security.insecureAPI.*' +WarningsAsErrors: '*' |