Global suppression for these in this project

This commit is contained in:
Brandon Thetford
2024-06-21 14:17:01 -07:00
parent e3b854c402
commit 3b03653e0f

View File

@@ -0,0 +1,3 @@
[assembly: SuppressMessage ("Naming", "CA1707:Identifiers should not contain underscores", Scope = "module", Justification = "Naming is intentional.")]
[assembly: SuppressMessage ("Roslynator", "RCS1154:Sort enum members", Scope = "module", Justification = "Order is intentional.")]
[assembly: SuppressMessage ("Naming", "CA1711:Identifiers should not have incorrect suffix", Scope = "module", Justification = "Naming is intentional.")]