This is an automated email from the ASF dual-hosted git repository. blachniet pushed a commit to branch branch-1.9 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 44b335e68bd25684e27142798b62b8063f160c1f Author: Brian Lachniet <[email protected]> AuthorDate: Sun Aug 18 15:25:32 2019 -0400 AVRO-2454: Fix SA1606 - ElementDocumentationMustHaveSummaryText (cherry picked from commit 2e93877491ef385455183cf9a430b54227945858) --- lang/csharp/Avro.ruleset | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/csharp/Avro.ruleset b/lang/csharp/Avro.ruleset index 9298422..221d03c 100644 --- a/lang/csharp/Avro.ruleset +++ b/lang/csharp/Avro.ruleset @@ -133,7 +133,6 @@ <Rule Id="SA1516" Action="Info" /> <Rule Id="SA1519" Action="Info" /> <Rule Id="SA1520" Action="Info" /> - <Rule Id="SA1606" Action="Info" /> <Rule Id="SA1610" Action="Info" /> <Rule Id="SA1611" Action="Info" /> <Rule Id="SA1614" Action="Info" />
