Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/Common.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ dotnet_diagnostic.SA1123.severity = suggestion
dotnet_diagnostic.SA1124.severity = none

# Use shorthand for nullable types
dotnet_diagnostic.SA1125.severity = suggestion
dotnet_diagnostic.SA1125.severity = warning

# Generic type constraints should be on their own line
dotnet_diagnostic.SA1127.severity = suggestion
Expand Down