summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-09-08 23:09:21 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-09-08 23:09:37 +0200
commit677265461b3c596ab2a88858e74b0970196198fe (patch)
tree40cb1e82e78221dad294b9a521024936c2b716bc /.clang-tidy
parentbf900719174913774e9559302ac90e11c68ac87a (diff)
Make clang-tidy happy
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 0000000..0f5830d
--- /dev/null
+++ b/.clang-tidy
@@ -0,0 +1,2 @@
+---
+Checks: 'bugprone-*,misc-*,modernize-*,performance-*,portability-*,readability-*,-misc-non-private-member-variables-in-classes,-modernize-avoid-c-arrays,-modernize-use-trailing-return-type,-readability-magic-numbers,-readability-identifier-length,-readability-braces-around-statements,-readability-function-cognitive-complexity,-readability-redundant-inline-specifier,-readability-implicit-bool-conversion' \ No newline at end of file