Added a rule about zero-length array allocations

This commit is contained in:
penev92
2022-01-09 21:33:54 +02:00
committed by abcdefg30
parent 0d24ccc47a
commit 3bacd81b8b

View File

@@ -116,6 +116,9 @@ dotnet_diagnostic.IDE0040.severity = warning
# Don't prefer braces (for one liners).
dotnet_diagnostic.IDE0011.severity = none
# Avoid unnecessary zero-length array allocations.
dotnet_diagnostic.CA1825.severity = warning
; 4-column tab indentation
[*.yaml]
indent_style = tab