2022-05-01 10:39:40 +01:00
|
|
|
Checks: '
|
|
|
|
-*,
|
|
|
|
bugprone-argument-comment,
|
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,
|
|
|
|
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
|
|
|
'
|
|
|
|
WarningsAsErrors: '
|
|
|
|
bugprone-argument-comment,
|
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,
|
|
|
|
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
|
|
|
'
|