Enable SA1015 and fix noncompliance

"Closing generic brackets should be spaced correctly"
This commit is contained in:
YoshiRulz 2020-06-21 10:30:16 +10:00 committed by zeromus
parent 3c02545066
commit f76f301f8d
2 changed files with 1 additions and 4 deletions

View File

@ -274,9 +274,6 @@
<!-- Closing braces should be spaced correctly --> <!-- Closing braces should be spaced correctly -->
<Rule Id="SA1013" Action="Hidden" /> <Rule Id="SA1013" Action="Hidden" />
<!-- Closing generic brackets should be spaced correctly -->
<Rule Id="SA1015" Action="Hidden" />
<!-- Member access symbols should be spaced correctly --> <!-- Member access symbols should be spaced correctly -->
<Rule Id="SA1019" Action="Hidden" /> <Rule Id="SA1019" Action="Hidden" />