From 11178262a6c65fa2347f67c8695c82c7653c464f Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Fri, 21 Jun 2019 10:23:19 -0400 Subject: [PATCH 1/2] Fix hungarian prefix 'my' --- stylecop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylecop.json b/stylecop.json index cc46a542077..49f027a2f14 100644 --- a/stylecop.json +++ b/stylecop.json @@ -25,7 +25,7 @@ }, "namingRules" : { "allowCommonHungarianPrefixes" : true, - "allowedHungarianPrefixes" : [ "n", "r", "l", "i", "io", "is", "fs", "lp", "dw", "h", "rs", "ps", "op" ] + "allowedHungarianPrefixes" : [ "n", "r", "l", "i", "io", "is", "fs", "lp", "dw", "h", "rs", "ps", "op", "my" ] }, "maintainabilityRules" : { "topLevelTypes" : [ From 0216c13ab72afbf4180dcf8a631da0e612789acc Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Sun, 14 Jul 2019 12:33:52 -0400 Subject: [PATCH 2/2] Address feedback --- Settings.StyleCop | 1 + 1 file changed, 1 insertion(+) diff --git a/Settings.StyleCop b/Settings.StyleCop index 4d471946c64..e3decef7702 100644 --- a/Settings.StyleCop +++ b/Settings.StyleCop @@ -155,6 +155,7 @@ rs ps op + my