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 f5cfefeb440cf56a42bdce80740b2e0b7aa0f2f5 Author: Brian Lachniet <[email protected]> AuthorDate: Sun Aug 18 15:27:54 2019 -0400 AVRO-2454: Fix SA1610 - PropertyDocumentationMustHaveValueText (cherry picked from commit eef00d72cc172896980e515bee1a84fa3a29aa3a) --- lang/csharp/Avro.ruleset | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/csharp/Avro.ruleset b/lang/csharp/Avro.ruleset index 221d03c..a624c32 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="SA1610" Action="Info" /> <Rule Id="SA1611" Action="Info" /> <Rule Id="SA1614" Action="Info" /> <Rule Id="SA1615" Action="Info" />
