forked from ALM-Rangers/Sample-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettings.StyleCop
More file actions
30 lines (30 loc) · 881 Bytes
/
Settings.StyleCop
File metadata and controls
30 lines (30 loc) · 881 Bytes
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
<StyleCopSettings Version="105">
<GlobalSettings>
<CollectionProperty Name="RecognizedWords">
<Value>enumerables</Value>
<Value>finalizer</Value>
<Value>guid</Value>
<Value>initialisation</Value>
<Value>initialised</Value>
<Value>initialises</Value>
<Value>initialising</Value>
<Value>interop</Value>
<Value>moq</Value>
<Value>stateful</Value>
<Value>sut</Value>
<Value>synchronise</Value>
</CollectionProperty>
</GlobalSettings>
<Analyzers>
<Analyzer AnalyzerId="StyleCop.CSharp.ReadabilityRules">
<Rules>
<Rule Name="UseShorthandForNullableTypes">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
</Rules>
<AnalyzerSettings />
</Analyzer>
</Analyzers>
</StyleCopSettings>