mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
updated .clang-tidy config file
somwhat of an 'reset', added more checks, will remove some again as time passed
This commit is contained in:
parent
543ddf6d0e
commit
e0a9d73bbe
1 changed files with 11 additions and 15 deletions
24
.clang-tidy
24
.clang-tidy
|
|
@ -1,25 +1,21 @@
|
|||
---
|
||||
Checks: '
|
||||
bugprone-branch-clone,
|
||||
bugprone-reserved-identifier,
|
||||
bugprone-use-after-move,
|
||||
clang-diagnostic-*,
|
||||
bugprone-*,
|
||||
clang-analyzer-*,
|
||||
clang-diagnostic-*,
|
||||
cppcoreguidelines-*,
|
||||
google-explicit-constructor,
|
||||
google-global-names-in-headers,
|
||||
google-readability-casting,
|
||||
google-runtime-int,
|
||||
llvm-header-guard,
|
||||
llvm-include-order,
|
||||
llvm-namespace-comment,
|
||||
google-*,
|
||||
llvm-*,
|
||||
misc-*,
|
||||
-misc-no-recursion,
|
||||
modernize-*,
|
||||
-modernize-use-nodiscard,
|
||||
-modernize-use-trailing-return-type,
|
||||
performance-*,
|
||||
readability-*,
|
||||
|
||||
-misc-no-recursion,
|
||||
-modernize-use-nodiscard,
|
||||
-modernize-use-trailing-return-type,
|
||||
|
||||
-readability-else-after-return,
|
||||
-readability-identifier-length,
|
||||
'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue