Disable code style analysis rule MEN010
"Avoid magic numbers"
This commit is contained in:
parent
0f2a76bd5e
commit
23b571eac9
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue