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 .globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ dotnet_diagnostic.SA1205.severity = warning

# SA1206: Declaration keywords should follow order
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1206.md
dotnet_diagnostic.SA1206.severity = none
dotnet_diagnostic.SA1206.severity = warning
Comment thread
xtqqczze marked this conversation as resolved.

# SA1207: Protected should come before internal
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1207.md
Expand Down
Loading