2022-05-01 10:39:40 +01:00
|
|
|
Checks: '
|
|
|
|
-*,
|
|
|
|
bugprone-argument-comment,
|
2022-07-29 10:11:04 +01:00
|
|
|
bugprone-use-after-move,
|
2022-06-24 14:57:31 +01:00
|
|
|
misc-unused-using-decls,
|
2022-05-11 16:03:51 +01:00
|
|
|
modernize-use-default-member-init,
|
2022-05-01 10:39:40 +01:00
|
|
|
modernize-use-nullptr,
|
2022-07-26 14:47:56 +02:00
|
|
|
performance-for-range-copy,
|
2022-08-19 11:38:56 +02:00
|
|
|
performance-move-const-arg,
|
2022-12-27 15:25:51 +00:00
|
|
|
performance-no-automatic-move,
|
2022-07-26 14:47:56 +02:00
|
|
|
performance-unnecessary-copy-initialization,
|
2022-05-01 10:39:40 +01:00
|
|
|
readability-redundant-declaration,
|
2022-07-25 11:47:16 +01:00
|
|
|
readability-redundant-string-init,
|
2022-05-01 10:39:40 +01:00
|
|
|
'
|
2023-01-17 13:11:19 +00:00
|
|
|
WarningsAsErrors: '*'
|
2022-08-19 11:38:56 +02:00
|
|
|
CheckOptions:
|
|
|
|
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
|
|
|
value: false
|
2022-12-16 11:58:46 +00:00
|
|
|
HeaderFilterRegex: './qt'
|