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-*,
|
2024-02-26 17:07:57 +01:00
|
|
|
# cppcoreguidelines-*,
|
2023-11-29 18:59:09 +01:00
|
|
|
google-*,
|
|
|
|
|
llvm-*,
|
2023-09-28 02:06:46 +02:00
|
|
|
misc-*,
|
|
|
|
|
modernize-*,
|
|
|
|
|
performance-*,
|
|
|
|
|
readability-*,
|
2024-02-26 17:07:57 +01:00
|
|
|
|
|
|
|
|
-bugprone-easily-swappable-parameters,
|
|
|
|
|
|
|
|
|
|
-cppcoreguidelines-avoid-magic-numbers,
|
|
|
|
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
|
|
|
|
|
|
|
|
|
-google-objc-function-naming,
|
|
|
|
|
-google-readability-todo,
|
2023-11-29 18:59:09 +01:00
|
|
|
|
|
|
|
|
-misc-no-recursion,
|
|
|
|
|
-modernize-use-nodiscard,
|
|
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
|
|
2024-02-26 17:07:57 +01:00
|
|
|
-performance-avoid-endl,
|
|
|
|
|
|
2023-11-29 18:59:09 +01:00
|
|
|
-readability-else-after-return,
|
2023-09-28 02:06:46 +02:00
|
|
|
-readability-identifier-length,
|
2024-02-26 17:07:57 +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
|
|
|
...
|
|
|
|
|
|