-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Settings.StyleCop
47 lines (47 loc) · 1.55 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
<StyleCopSettings Version="105">
<GlobalSettings>
<CollectionProperty Name="DictionaryFolders">
<Value>$(SolutionDir)</Value>
</CollectionProperty>
<CollectionProperty Name="RecognizedWords">
<Value>Nullables</Value>
<Value>Queryables</Value>
<Value>Queryable</Value>
<Value>queryable</Value>
<Value>Nullable</Value>
<Value>nullable</Value>
<Value>ru-RU</Value>
<Value>Scaleout</Value>
</CollectionProperty>
</GlobalSettings>
<Parsers>
<Parser ParserId="StyleCop.CSharp.CsParser">
<ParserSettings>
<CollectionProperty Name="GeneratedFileFilters">
<Value>TemporaryGeneratedFile_.*\.cs$</Value>
<Value>\.generated\.cs$</Value>
<Value>\.g\.i\.cs$</Value>
<Value>\.g\.i\.cs$</Value>
<Value>Model\.Designer.cs$</Value>
</CollectionProperty>
</ParserSettings>
</Parser>
</Parsers>
<Analyzers>
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
<AnalyzerSettings>
<StringProperty Name="CompanyName">Andrey Kurdiumov</StringProperty>
<StringProperty Name="Copyright">Copyright (c) Andrey Kurdiumov. All rights reserved.</StringProperty>
</AnalyzerSettings>
</Analyzer>
<Analyzer AnalyzerId="StyleCop.CSharp.NamingRules">
<AnalyzerSettings>
<CollectionProperty Name="Hungarian">
<Value>s3</Value>
<Value>ip</Value>
<Value>db</Value>
</CollectionProperty>
</AnalyzerSettings>
</Analyzer>
</Analyzers>
</StyleCopSettings>