Skip to content

Commit 8516911

Browse files
committed
1 parent 8024127 commit 8516911

File tree

5 files changed

+845
-841
lines changed

5 files changed

+845
-841
lines changed

.globalconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
is_global = true
22

3+
# CA1304: Specify CultureInfo
4+
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304
5+
dotnet_diagnostic.CA1304.severity = warning
6+
37
# CA1865: Use char overload
48
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865
59
dotnet_diagnostic.CA1865.severity = warning

0 commit comments

Comments
 (0)