We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59b025b + f176d31 commit 9b3c9eeCopy full SHA for 9b3c9ee
2 files changed
.globalconfig
@@ -0,0 +1,13 @@
1
+is_global = true
2
+
3
+# CA1865: Use char overload
4
+# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865
5
+dotnet_diagnostic.CA1865.severity = warning
6
7
+# CA1866: Use char overload
8
+# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1866
9
+dotnet_diagnostic.CA1866.severity = warning
10
11
+# CA1867: Use char overload
12
+# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1867
13
+dotnet_diagnostic.CA1867.severity = warning
0 commit comments