Skip to content

Commit 4e998ad

Browse files
committed
allow sa1623
1 parent baf7872 commit 4e998ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes-client.ruleset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Rule Id="SA1622" Action="Warning" />
3535

3636
<!-- The documentation text within a C# property's `<summary>` tag does not match the accessors within the property. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1623.md -->
37-
<Rule Id="SA1623" Action="Warning" />
37+
<Rule Id="SA1623" Action="None" />
3838

3939
<!-- The Xml documentation for a C# element contains two or more identical entries, indicating that the documentation has been copied and pasted. This can sometimes indicate invalid or poorly written documentation. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1625.md -->
4040
<Rule Id="SA1625" Action="Warning" />

0 commit comments

Comments
 (0)