mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 09:32: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: '
|
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: '*'
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue