Skip to content

Commit f697af0

Browse files
committed
Update UnitTests' EditorConfig
Add comments describing the nature of the warning.
1 parent 445b6cd commit f697af0

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed
Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
[*.{cs,vb}]
21

3-
# SA1601: Partial elements should be documented
2+
# Analyzer Configurations for Unit Test sources
3+
4+
# C# Source Files
5+
[*.cs]
6+
7+
# A C# partial element is missing a documentation header.
48
dotnet_diagnostic.SA1601.severity = none
9+
10+
# The Parameter has no matching param tag in the XML comment.
511
dotnet_diagnostic.CS1573.severity = none
12+
13+
# Missing XML comment for publicly visible type or member.
614
dotnet_diagnostic.CS1591.severity = none
7-
dotnet_diagnostic.CS1712.severity = none
15+
16+
# The Type parameter has no matching typeparam tag in the XML comment.
17+
dotnet_diagnostic.CS1712.severity = none

0 commit comments

Comments
 (0)