summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
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"