FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NLog/src/Settings.StyleCop at dev · NLog/NLog · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NLog
/
NLog
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
6.5k
Code
Issues
47
Pull requests
5
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NLog
/
src
/
Settings.StyleCop
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (58 loc) · 2.07 KB
Breadcrumbs
NLog
/
src
/
Settings.StyleCop
Copy path
File metadata and controls
58 lines (58 loc) · 2.07 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<
StyleCopSettings
Version
=
"
4.3
"
>
<
Analyzers
>
<
Analyzer
AnalyzerId
=
"
Microsoft.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
=
"
DocumentationTextMustBeginWithACapitalLetter
"
>
<
RuleSettings
>
<
BooleanProperty
Name
=
"
Enabled
"
>True</
BooleanProperty
>
</
RuleSettings
>
</
Rule
>
</
Rules
>
<
AnalyzerSettings
>
<
BooleanProperty
Name
=
"
IgnorePrivates
"
>True</
BooleanProperty
>
<
BooleanProperty
Name
=
"
IgnoreInternals
"
>True</
BooleanProperty
>
<
BooleanProperty
Name
=
"
IncludeFields
"
>False</
BooleanProperty
>
</
AnalyzerSettings
>
</
Analyzer
>
<
Analyzer
AnalyzerId
=
"
Microsoft.StyleCop.CSharp.ReadabilityRules
"
>
<
Rules
>
<
Rule
Name
=
"
CommentsMustContainText
"
>
<
RuleSettings
>
<
BooleanProperty
Name
=
"
Enabled
"
>False</
BooleanProperty
>
</
RuleSettings
>
</
Rule
>
</
Rules
>
<
AnalyzerSettings
/>
</
Analyzer
>
</
Analyzers
>
</
StyleCopSettings
>
Back
|
FazBrowse Home
|
New Git URL