浏览代码

Suppress a warning caused by code from a polyfill.

Brandon Thetford 1 年之前
父节点
当前提交
428b436ce4
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Analyzers/Terminal.Gui.Analyzers.Internal/GlobalSuppressions.cs

+ 3 - 0
Analyzers/Terminal.Gui.Analyzers.Internal/GlobalSuppressions.cs

@@ -0,0 +1,3 @@
+using System.Diagnostics.CodeAnalysis;
+
+[assembly: SuppressMessage ("Naming", "CA1708:Names should differ by more than case", Scope = "module", Justification = "That's coming from an external generator.")]