Enable SA1015 and fix noncompliance
"Closing generic brackets should be spaced correctly"
This commit is contained in:
parent
3c02545066
commit
f76f301f8d
|
@ -274,9 +274,6 @@
|
|||
<!-- Closing braces should be spaced correctly -->
|
||||
<Rule Id="SA1013" Action="Hidden" />
|
||||
|
||||
<!-- Closing generic brackets should be spaced correctly -->
|
||||
<Rule Id="SA1015" Action="Hidden" />
|
||||
|
||||
<!-- Member access symbols should be spaced correctly -->
|
||||
<Rule Id="SA1019" Action="Hidden" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue