Removed duplicated key SA1500 (#1023)

This commit is contained in:
Manuel Menegazzo
2022-09-21 10:08:54 +02:00
committed by GitHub
parent 8dd8a1eb6a
commit c6b7afc4ff

View File

@@ -51,9 +51,6 @@
<!-- The opening or closing brace within a C# statement, element, or expression is not placed on its own line. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1500.md -->
<Rule Id="SA1500" Action="Error" />
<!-- The opening and closing braces for a C# statement have been omitted. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1503.md -->
<Rule Id="SA1500" Action="Error" />
<!-- The C# code contains multiple blank lines in a row. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md -->
<Rule Id="SA1507" Action="None" />