-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSettings.StyleCop
104 lines (104 loc) · 3.51 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<StyleCopSettings Version="105">
<GlobalSettings>
<StringProperty Name="LinkedSettingsFile">IgnoreSourceFiles.StyleCop</StringProperty>
<CollectionProperty Name="RecognizedWords">
<Value>char</Value>
<Value>Enum</Value>
<Value>int</Value>
<Value>stackoverflow</Value>
<Value>var</Value>
<Value>webplayer</Value>
<Value>Anim</Value>
<Value>keyframe</Value>
<Value>keyframes</Value>
<Value>Raycast</Value>
<Value>verteces</Value>
<Value>Monobehavior</Value>
<Value>Monobehaviour</Value>
<Value>Monobehaviors</Value>
<Value>Monobehaviours</Value>
<Value>behaviour</Value>
<Value>behaviour's</Value>
<Value>Coroutine</Value>
<Value>Coroutines</Value>
<Value>Coroutine</Value>
<Value>unpause</Value>
<Value>unpauses</Value>
<Value>spritesheet</Value>
<Value>php</Value>
</CollectionProperty>
<BooleanProperty Name="ViolationsAsErrors">True</BooleanProperty>
</GlobalSettings>
<Analyzers>
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
<Rules>
<Rule Name="FileMustHaveHeader">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="FileHeaderMustShowCopyright">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="FileHeaderMustHaveCopyrightText">
<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="FileHeaderMustHaveValidCompanyText">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="FileHeaderFileNameDocumentationMustMatchTypeName">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="ElementDocumentationMustBeSpelledCorrectly">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
</Rules>
<AnalyzerSettings>
<BooleanProperty Name="IgnorePrivates">True</BooleanProperty>
<BooleanProperty Name="IncludeFields">False</BooleanProperty>
</AnalyzerSettings>
</Analyzer>
<Analyzer AnalyzerId="StyleCop.CSharp.NamingRules">
<AnalyzerSettings>
<CollectionProperty Name="Hungarian">
<Value>ai</Value>
<Value>cs</Value>
<Value>fx</Value>
<Value>up</Value>
<Value>x</Value>
<Value>y</Value>
<Value>at</Value>
</CollectionProperty>
</AnalyzerSettings>
</Analyzer>
</Analyzers>
<Parsers>
<Parser ParserId="StyleCop.CSharp.CsParser">
<ParserSettings>
<CollectionProperty Name="GeneratedFileFilters">
<Value>[^a-z ]IgnoredScriptWithErrors.cs</Value>
</CollectionProperty>
</ParserSettings>
</Parser>
</Parsers>
</StyleCopSettings>