We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b038b4 commit 5030435Copy full SHA for 5030435
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json
@@ -64,6 +64,26 @@
64
"default": true
65
}
66
67
+ },
68
+ "namingRules": {
69
+ "type": "object",
70
+ "description": "Configuration for naming rules (SA1300-)",
71
+ "properties": {
72
+ "allowCommonHungarianPrefixes": {
73
+ "type": "boolean",
74
+ "description": "Determines whether common Hungarian notation prefixes should be allowed.",
75
+ "default": true
76
77
+ "allowedHungarianPrefixes": {
78
+ "type": "array",
79
+ "description": "Allowed Hungarian notation prefixes.",
80
+ "default": [ ],
81
+ "items": {
82
+ "type": "string",
83
+ "uniqueItems": true
84
+ }
85
86
87
88
89
0 commit comments