Files
Terminal.Gui/Analyzers/Terminal.Gui.Analyzers.Internal.Tests/GlobalSuppressions.cs
2024-06-25 05:53:19 -07:00

4 lines
440 B
C#

[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.")]