Преглед на файлове

Global suppression for these in this project

Brandon Thetford преди 1 година
родител
ревизия
3b03653e0f
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      Analyzers/Terminal.Gui.Analyzers.Internal.Tests/GlobalSuppressions.cs

+ 3 - 0
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.")]