Clang: [skip ci] set minimum name length to 2
This commit is contained in:
@@ -283,7 +283,7 @@ CheckOptions:
|
|||||||
- key: readability-identifier-naming.AggressiveDependentMemberLookup
|
- key: readability-identifier-naming.AggressiveDependentMemberLookup
|
||||||
value: 'false'
|
value: 'false'
|
||||||
- key: readability-identifier-length.MinimumParameterNameLength
|
- key: readability-identifier-length.MinimumParameterNameLength
|
||||||
value: '3'
|
value: '2'
|
||||||
- key: modernize-use-emplace.TupleTypes
|
- key: modernize-use-emplace.TupleTypes
|
||||||
value: '::std::pair;::std::tuple'
|
value: '::std::pair;::std::tuple'
|
||||||
- key: modernize-use-emplace.TupleMakeFunctions
|
- key: modernize-use-emplace.TupleMakeFunctions
|
||||||
@@ -417,7 +417,7 @@ CheckOptions:
|
|||||||
- key: cppcoreguidelines-narrowing-conversions.WarnWithinTemplateInstantiation
|
- key: cppcoreguidelines-narrowing-conversions.WarnWithinTemplateInstantiation
|
||||||
value: 'false'
|
value: 'false'
|
||||||
- key: readability-identifier-length.MinimumVariableNameLength
|
- key: readability-identifier-length.MinimumVariableNameLength
|
||||||
value: '3'
|
value: '2'
|
||||||
- key: cppcoreguidelines-narrowing-conversions.WarnOnEquivalentBitWidth
|
- key: cppcoreguidelines-narrowing-conversions.WarnOnEquivalentBitWidth
|
||||||
value: 'true'
|
value: 'true'
|
||||||
- key: cppcoreguidelines-non-private-member-variables-in-classes.IgnorePublicMemberVariables
|
- key: cppcoreguidelines-non-private-member-variables-in-classes.IgnorePublicMemberVariables
|
||||||
|
|||||||
Reference in New Issue
Block a user