소스 검색

Add project-local editorconfig to silence warnings about intentional stuff

Brandon Thetford 1 년 전
부모
커밋
4bb2ed85c5
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      Analyzers/Terminal.Gui.Analyzers.Internal.Tests/.editorconfig

+ 8 - 0
Analyzers/Terminal.Gui.Analyzers.Internal.Tests/.editorconfig

@@ -0,0 +1,8 @@
+# CA1707: Identifiers should not contain underscores
+dotnet_diagnostic.CA1707.severity = none
+
+#CA1711:Identifiers should not have incorrect suffix
+dotnet_diagnostic.CA1711.severity = none
+
+# RCS1154:Sort enum members
+dotnet_diagnostic.RCS1154.severity = none