Base: fix bugprone reserved identifier

This commit is contained in:
wmayer
2023-11-20 17:27:38 +01:00
committed by wwmayer
parent 959a9e1ea4
commit 85e536394d
3 changed files with 200 additions and 200 deletions

View File

@@ -152,7 +152,7 @@ CheckOptions:
- key: google-readability-braces-around-statements.ShortStatementLines
value: '1'
- key: bugprone-reserved-identifier.AllowedIdentifiers
value: '_object;_Precision'
value: '_object'
- key: cppcoreguidelines-pro-type-member-init.IgnoreArrays
value: 'false'
- key: readability-else-after-return.WarnOnUnfixable