Fix hungarian prefix 'my' (#9976)

This commit is contained in:
Reece Dunham 2019-07-17 16:17:58 -04:00 committed by Travis Plunk
parent 784fd31941
commit 4091b9f81e
2 changed files with 2 additions and 1 deletions

View file

@ -155,6 +155,7 @@
<Value>rs</Value>
<Value>ps</Value>
<Value>op</Value>
<Value>my</Value>
<Value>sb</Value>
</CollectionProperty>
</AnalyzerSettings>

View file

@ -25,7 +25,7 @@
},
"namingRules" : {
"allowCommonHungarianPrefixes" : true,
"allowedHungarianPrefixes" : [ "n", "r", "l", "i", "io", "is", "fs", "lp", "dw", "h", "rs", "ps", "op", "sb" ]
"allowedHungarianPrefixes" : [ "n", "r", "l", "i", "io", "is", "fs", "lp", "dw", "h", "rs", "ps", "op", "sb", "my" ]
},
"maintainabilityRules" : {
"topLevelTypes" : [