Enable MEN011 and fix noncompliance
"Align using directives"; this file had 2 BOM chars for some reason
This commit is contained in:
parent
e71f5b32f0
commit
8ca791852a
|
@ -19,9 +19,6 @@
|
|||
<!-- Use the preferred exception type -->
|
||||
<Rule Id="MEN009" Action="Hidden" />
|
||||
|
||||
<!-- Align using directives -->
|
||||
<Rule Id="MEN011" Action="Hidden" />
|
||||
|
||||
<!-- Flags should be powers of two -->
|
||||
<Rule Id="MEN012" Action="Hidden" />
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
|
|
Loading…
Reference in New Issue