mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
updated clang-tidy
This commit is contained in:
parent
b1bf53dd60
commit
d06f9a519d
1 changed files with 17 additions and 7 deletions
24
.clang-tidy
24
.clang-tidy
|
|
@ -1,18 +1,28 @@
|
|||
---
|
||||
Checks: '
|
||||
bugprone-branch-clone,
|
||||
bugprone-reserved-identifier,
|
||||
bugprone-use-after-move,
|
||||
clang-diagnostic-*,
|
||||
clang-analyzer-*,
|
||||
bugprone-use-after-move,
|
||||
cppcoreguidelines-*,
|
||||
google-explicit-constructor,
|
||||
google-global-names-in-headers,
|
||||
google-readability-casting,
|
||||
google-runtime-int,
|
||||
llvm-header-guard,
|
||||
llvm-include-order,
|
||||
llvm-namespace-comment,
|
||||
misc-header-include-cycle,
|
||||
misc-include-cleaner,
|
||||
misc-unused-using-decls,
|
||||
misc-use-anonymous-namespace,
|
||||
modernize-*,-modernize-use-nodiscard,-modernize-use-trailing-return-type,
|
||||
readability-*,-readability-identifier-length,
|
||||
misc-*,
|
||||
-misc-no-recursion,
|
||||
modernize-*,
|
||||
-modernize-use-nodiscard,
|
||||
-modernize-use-trailing-return-type,
|
||||
performance-*,
|
||||
readability-*,
|
||||
-readability-identifier-length,
|
||||
'
|
||||
|
||||
WarningsAsErrors: '*'
|
||||
...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue