mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
28 lines
563 B
YAML
28 lines
563 B
YAML
---
|
|
Checks: '
|
|
bugprone-branch-clone,
|
|
bugprone-reserved-identifier,
|
|
bugprone-use-after-move,
|
|
clang-diagnostic-*,
|
|
clang-analyzer-*,
|
|
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-*,
|
|
-misc-no-recursion,
|
|
modernize-*,
|
|
-modernize-use-nodiscard,
|
|
-modernize-use-trailing-return-type,
|
|
performance-*,
|
|
readability-*,
|
|
-readability-identifier-length,
|
|
'
|
|
|
|
WarningsAsErrors: '*'
|
|
...
|
|
|