updated .clang-tidy config file

somwhat of an 'reset', added more checks, will remove some again as time passed
This commit is contained in:
Moritz Gmeiner 2023-11-29 18:59:09 +01:00
commit e0a9d73bbe

View file

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