forked from dotnet/infer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Settings.StyleCop
52 lines (52 loc) · 1.69 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
<StyleCopSettings Version="105">
<GlobalSettings>
<CollectionProperty Name="RecognizedWords">
<Value>determinization</Value>
<Value>determinize</Value>
<Value>determinizing</Value>
<Value>determinized</Value>
<Value>Kleene</Value>
<Value>memoization</Value>
<Value>non-normalizable</Value>
<Value>non-simplifiable</Value>
<Value>normalizable</Value>
<Value>nucleobase</Value>
<Value>nucleobases</Value>
<Value>quantile</Value>
<Value>recompute</Value>
<Value>recomputing</Value>
<Value>semiring</Value>
<Value>simplifiable</Value>
<Value>Tarjan's</Value>
<Value>trie</Value>
<Value>unnormalized</Value>
</CollectionProperty>
</GlobalSettings>
<Analyzers>
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
<Rules>
<Rule Name="FileMustHaveHeader">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="FileHeaderMustContainFileName">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="FileHeaderFileNameDocumentationMustMatchFileName">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="FileHeaderFileNameDocumentationMustMatchTypeName">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
</Rules>
<AnalyzerSettings />
</Analyzer>
</Analyzers>
</StyleCopSettings>