2023-08-11 23:34:24 +02:00
|
|
|
---
|
|
|
|
|
Checks: '
|
2023-11-29 18:59:09 +01:00
|
|
|
bugprone-*,
|
2023-08-11 23:34:24 +02:00
|
|
|
clang-analyzer-*,
|
2023-11-29 18:59:09 +01:00
|
|
|
clang-diagnostic-*,
|
2023-08-11 23:34:24 +02:00
|
|
|
cppcoreguidelines-*,
|
2023-11-29 18:59:09 +01:00
|
|
|
google-*,
|
|
|
|
|
llvm-*,
|
2023-09-28 02:06:46 +02:00
|
|
|
misc-*,
|
|
|
|
|
modernize-*,
|
|
|
|
|
performance-*,
|
|
|
|
|
readability-*,
|
2023-12-27 13:20:30 +01:00
|
|
|
|
|
|
|
|
-cppcoreguidelines-avoid-magic-numbers,
|
2023-11-29 18:59:09 +01:00
|
|
|
|
|
|
|
|
-misc-no-recursion,
|
|
|
|
|
-modernize-use-nodiscard,
|
|
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
|
|
|
|
|
|
-readability-else-after-return,
|
2023-09-28 02:06:46 +02:00
|
|
|
-readability-identifier-length,
|
2023-12-27 13:20:30 +01:00
|
|
|
-readability-magic-numbers,
|
2023-11-29 18:59:09 +01:00
|
|
|
'
|
2023-09-28 02:06:46 +02:00
|
|
|
|
|
|
|
|
WarningsAsErrors: '*'
|
2023-08-11 23:34:24 +02:00
|
|
|
...
|
|
|
|
|
|