2022-05-01 05:39:40 -04:00
|
|
|
Checks: '
|
|
|
|
-*,
|
|
|
|
bugprone-argument-comment,
|
2022-07-29 05:11:04 -04:00
|
|
|
bugprone-use-after-move,
|
2022-06-24 09:57:31 -04:00
|
|
|
misc-unused-using-decls,
|
2022-05-11 11:03:51 -04:00
|
|
|
modernize-use-default-member-init,
|
2022-05-01 05:39:40 -04:00
|
|
|
modernize-use-nullptr,
|
2023-03-26 16:18:13 -03:00
|
|
|
performance-*,
|
|
|
|
-performance-inefficient-string-concatenation,
|
|
|
|
-performance-no-int-to-ptr,
|
|
|
|
-performance-noexcept-move-constructor,
|
|
|
|
-performance-unnecessary-value-param,
|
2023-01-20 12:25:14 -03:00
|
|
|
readability-const-return-type,
|
2022-05-01 05:39:40 -04:00
|
|
|
readability-redundant-declaration,
|
2022-07-25 06:47:16 -04:00
|
|
|
readability-redundant-string-init,
|
2022-05-01 05:39:40 -04:00
|
|
|
'
|
2023-01-17 10:11:19 -03:00
|
|
|
WarningsAsErrors: '*'
|
2022-08-19 05:38:56 -04:00
|
|
|
CheckOptions:
|
|
|
|
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
|
|
|
value: false
|
2023-01-31 08:50:24 -03:00
|
|
|
HeaderFilterRegex: '.'
|