updated clang-tidy

This commit is contained in:
Moritz Gmeiner 2023-09-28 02:06:46 +02:00
commit d06f9a519d

View file

@ -1,18 +1,28 @@
--- ---
Checks: ' Checks: '
bugprone-branch-clone,
bugprone-reserved-identifier,
bugprone-use-after-move,
clang-diagnostic-*, clang-diagnostic-*,
clang-analyzer-*, clang-analyzer-*,
bugprone-use-after-move,
cppcoreguidelines-*, cppcoreguidelines-*,
google-explicit-constructor, google-explicit-constructor,
google-global-names-in-headers,
google-readability-casting,
google-runtime-int,
llvm-header-guard, llvm-header-guard,
llvm-include-order,
llvm-namespace-comment, llvm-namespace-comment,
misc-header-include-cycle, misc-*,
misc-include-cleaner, -misc-no-recursion,
misc-unused-using-decls, modernize-*,
misc-use-anonymous-namespace, -modernize-use-nodiscard,
modernize-*,-modernize-use-nodiscard,-modernize-use-trailing-return-type, -modernize-use-trailing-return-type,
readability-*,-readability-identifier-length, performance-*,
readability-*,
-readability-identifier-length,
' '
WarningsAsErrors: '*'
... ...