瀏覽代碼

Merge pull request #1968 from Bond-009/CA1720

Disable CA1720: Identifiers should not contain type names
Vasily 5 年之前
父節點
當前提交
ace45fb3f6
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      jellyfin.ruleset

+ 2 - 0
jellyfin.ruleset

@@ -31,6 +31,8 @@
     <Rule Id="CA1031" Action="Info" />
     <Rule Id="CA1031" Action="Info" />
     <!-- disable warning CA1062: Validate arguments of public methods -->
     <!-- disable warning CA1062: Validate arguments of public methods -->
     <Rule Id="CA1062" Action="Info" />
     <Rule Id="CA1062" Action="Info" />
+    <!-- disable warning CA1720: Identifiers should not contain type names -->
+    <Rule Id="CA1720" Action="Info" />
     <!-- disable warning CA1812: internal class that is apparently never instantiated.
     <!-- disable warning CA1812: internal class that is apparently never instantiated.
         If so, remove the code from the assembly.
         If so, remove the code from the assembly.
         If this class is intended to contain only static members, make it static -->
         If this class is intended to contain only static members, make it static -->