summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-12 00:37:23 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-12 22:32:38 +0100
commitcbade33906dc0d090d5dba6231fb48e359afff95 (patch)
tree391399754e43332fa7bde336255dd17d83683228 /.clang-tidy
parentc8b73031d8a9f7770410c9d0e6da5b230e501e85 (diff)
Some more shit
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index bfcbf1e..598d27b 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -18,3 +18,6 @@ Checks:
- "-bugprone-easily-swappable-parameters"
- "-*-signed-bitwise"
- "-*-avoid-do-while"
+ - "-cppcoreguidelines-pro-type-union-access"
+ - "-*-copy-assignment-signature"
+ - "-*-unconventional-assign-operator"