diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-12 00:37:23 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-12 22:32:38 +0100 |
commit | cbade33906dc0d090d5dba6231fb48e359afff95 (patch) | |
tree | 391399754e43332fa7bde336255dd17d83683228 /.clang-tidy | |
parent | c8b73031d8a9f7770410c9d0e6da5b230e501e85 (diff) |
Some more shit
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 3 |
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" |