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
26
.clang-tidy
26
.clang-tidy
|
|
@ -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: '*'
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue