Disable SA1015 "Closing generic bracket should be followed by a space"
This commit is contained in:
parent
c153505b58
commit
1b5ec471e0
|
@ -719,6 +719,9 @@
|
|||
<!-- Closing braces should be spaced correctly -->
|
||||
<Rule Id="SA1013" Action="Hidden" />
|
||||
|
||||
<!-- Closing generic bracket should be followed by a space -->
|
||||
<Rule Id="SA1015" Action="Hidden" />
|
||||
|
||||
<!-- Member access symbols should be spaced correctly -->
|
||||
<Rule Id="SA1019" Action="Error" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue