From 3b03653e0f3558b4e7fa2806f5925359951fea2b Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Fri, 21 Jun 2024 14:17:01 -0700 Subject: [PATCH] Global suppression for these in this project --- .../GlobalSuppressions.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Analyzers/Terminal.Gui.Analyzers.Internal.Tests/GlobalSuppressions.cs diff --git a/Analyzers/Terminal.Gui.Analyzers.Internal.Tests/GlobalSuppressions.cs b/Analyzers/Terminal.Gui.Analyzers.Internal.Tests/GlobalSuppressions.cs new file mode 100644 index 000000000..aba37def0 --- /dev/null +++ b/Analyzers/Terminal.Gui.Analyzers.Internal.Tests/GlobalSuppressions.cs @@ -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.")]