-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.StyleCop
34 lines (34 loc) · 1.03 KB
/
Settings.StyleCop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<StyleCopSettings Version="105">
<GlobalSettings>
<CollectionProperty Name="RecognizedWords">
<Value>alphanumerics</Value>
<Value>cloneable</Value>
<Value>Controlium</Value>
<Value>Detokeniser</Value>
<Value>LogToConsole</Value>
<Value>param</Value>
<Value>Specflow</Value>
<Value>stdout</Value>
<Value>int</Value>
<Value>mypostexample</Value>
<Value>wso</Value>
<Value>Filestring</Value>
<Value>Ssl</Value>
<Value>Tls</Value>
</CollectionProperty>
<StringProperty Name="MergeSettingsFiles">NoMerge</StringProperty>
<StringProperty Name="Culture">en-GB</StringProperty>
</GlobalSettings>
<Analyzers>
<Analyzer AnalyzerId="StyleCop.CSharp.NamingRules">
<AnalyzerSettings>
<CollectionProperty Name="Hungarian">
<Value>is</Value>
<Value>from</Value>
<Value>to</Value>
<Value>io</Value>
</CollectionProperty>
</AnalyzerSettings>
</Analyzer>
</Analyzers>
</StyleCopSettings>