-
Notifications
You must be signed in to change notification settings - Fork 1
/
Settings.StyleCop
42 lines (42 loc) · 1.31 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
35
36
37
38
39
40
41
42
<StyleCopSettings Version="105">
<GlobalSettings>
<CollectionProperty Name="RecognizedWords">
<Value>behaviour</Value>
<Value>bootstrapper</Value>
<Value>cb</Value>
<Value>chrominance</Value>
<Value>colour</Value>
<Value>enum</Value>
<Value>exif</Value>
<Value>Mutexes</Value>
<Value>querystring</Value>
<Value>halftoning</Value>
<Value>interp</Value>
<Value>lomograph</Value>
<Value>Lomograph</Value>
<Value>lossy</Value>
<Value>octree</Value>
<Value>png</Value>
<Value>quantizer</Value>
<Value>uncalibrated</Value>
<Value>webp</Value>
</CollectionProperty>
</GlobalSettings>
<Analyzers>
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
<AnalyzerSettings>
<StringProperty Name="CompanyName">James South</StringProperty>
<StringProperty Name="Copyright">Copyright (c) James South.
Licensed under the Apache License, Version 2.0.</StringProperty>
</AnalyzerSettings>
</Analyzer>
<Analyzer AnalyzerId="StyleCop.CSharp.NamingRules">
<AnalyzerSettings>
<CollectionProperty Name="Hungarian">
<Value>hi</Value>
<Value>lo</Value>
</CollectionProperty>
</AnalyzerSettings>
</Analyzer>
</Analyzers>
</StyleCopSettings>