forked from SixLabors/ImageSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Settings.StyleCop
54 lines (54 loc) · 1.56 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
43
44
45
46
47
48
49
50
51
52
53
54
<StyleCopSettings Version="105">
<GlobalSettings>
<CollectionProperty Name="RecognizedWords">
<Value>enum</Value>
<Value>exif</Value>
<Value>uint</Value>
<Value>lossy</Value>
<Value>octree</Value>
<Value>png</Value>
<Value>quantizer</Value>
<Value>unzig</Value>
<Value>cb</Value>
<Value>cr</Value>
<Value>Laplacian</Value>
<Value>Sobel</Value>
<Value>Scharr</Value>
<Value>rgb</Value>
<Value>rgba</Value>
<Value>rrggbb</Value>
<Value>rrggbbaa</Value>
<Value>scanline</Value>
<Value>scanlines</Value>
<Value>png's</Value>
<Value>codeword</Value>
<Value>unscaled</Value>
<Value>zig-zag</Value>
<Value>crc</Value>
<Value>zlib</Value>
<Value>xff</Value>
<Value>xda</Value>
<Value>ss</Value>
<Value>Vol</Value>
<Value>pp</Value>
<Value>cmyk</Value>
<Value>Paeth</Value>
<Value>th</Value>
<Value>bool</Value>
<Value>bools</Value>
<Value>desensitivity</Value>
<Value>premultiplied</Value>
</CollectionProperty>
</GlobalSettings>
<Analyzers>
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
<AnalyzerSettings>
<StringProperty Name="CompanyName">James Jackson-South</StringProperty>
<StringProperty Name="Copyright">
Copyright © James Jackson-South and contributors.
Licensed under the Apache License, Version 2.0.
</StringProperty>
</AnalyzerSettings>
</Analyzer>
</Analyzers>
</StyleCopSettings>