Enable MEN011 and fix noncompliance

"Align using directives"; this file had 2 BOM chars for some reason
This commit is contained in:
YoshiRulz 2020-06-18 03:14:59 +10:00
parent e71f5b32f0
commit 8ca791852a
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 1 additions and 4 deletions

View File

@ -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" />

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;