Skip to content

Commit

Permalink
Fix hungarian prefix 'my' (PowerShell#9976)
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored and TravisEz13 committed Jul 17, 2019
1 parent 784fd31 commit 4091b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Settings.StyleCop
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
<Value>rs</Value>
<Value>ps</Value>
<Value>op</Value>
<Value>my</Value>
<Value>sb</Value>
</CollectionProperty>
</AnalyzerSettings>
Expand Down
2 changes: 1 addition & 1 deletion stylecop.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : [
Expand Down

0 comments on commit 4091b9f

Please sign in to comment.