Disable code style analysis rule MEN010

"Avoid magic numbers"
This commit is contained in:
YoshiRulz 2023-04-18 16:28:49 +10:00
parent 0f2a76bd5e
commit 23b571eac9
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@
<!-- Use the preferred exception type -->
<Rule Id="MEN009" Action="Hidden" />
<!-- Avoid magic numbers -->
<Rule Id="MEN010" Action="Hidden" />
<!-- Flags should be powers of two -->
<Rule Id="MEN012" Action="Hidden" />