2022-09-25 13:37:59 +00:00
|
|
|
Checks: >
|
|
|
|
-*,
|
|
|
|
portability-*,
|
|
|
|
clang-analyzer-*,
|
2025-03-30 23:18:09 +02:00
|
|
|
-clang-analyzer-optin.*,
|
2022-09-25 13:37:59 +00:00
|
|
|
-clang-analyzer-cplusplus.NewDeleteLeaks,
|
2025-03-30 23:17:42 +02:00
|
|
|
-clang-analyzer-cplusplus.NewDelete,
|
2023-05-16 21:06:18 +02:00
|
|
|
-clang-analyzer-core.CallAndMessage,
|
2025-03-30 20:34:35 +02:00
|
|
|
modernize-avoid-bind,
|
|
|
|
readability-identifier-naming
|
2025-03-30 19:55:41 +02:00
|
|
|
WarningsAsErrors: '*'
|
2025-03-30 03:35:47 +02:00
|
|
|
HeaderFilterRegex: '(apps|components)/'
|
2025-03-30 20:34:35 +02:00
|
|
|
CheckOptions:
|
|
|
|
- key: readability-identifier-naming.ConceptCase
|
|
|
|
value: CamelCase
|