diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-07 00:00:43 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-07 00:00:43 +0100 |
commit | 636882316b5191931e144212d93665c10859ac95 (patch) | |
tree | 740f76daceee5bff223b790a4eb91f4e59c5be61 /.clang-tidy | |
parent | f0cccbe3285c039553e1fd8b5a5c7830d6087974 (diff) |
Some work on clang-tidy-ing things up
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index a3c4951..bfcbf1e 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -13,3 +13,8 @@ Checks: - "-*noexcept*" - "-*-magic-numbers" - "-*-named-parameter" + - "-misc-include-cleaner" + - "-google-runtime-int" + - "-bugprone-easily-swappable-parameters" + - "-*-signed-bitwise" + - "-*-avoid-do-while" |