Added a rule about unordered modifiers
This commit is contained in:
@@ -116,6 +116,9 @@ dotnet_diagnostic.IDE0040.severity = warning
|
||||
# Don't prefer braces (for one liners).
|
||||
dotnet_diagnostic.IDE0011.severity = none
|
||||
|
||||
# Modifiers are not ordered.
|
||||
dotnet_diagnostic.IDE0036.severity = warning
|
||||
|
||||
# Avoid unnecessary zero-length array allocations.
|
||||
dotnet_diagnostic.CA1825.severity = warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user