Skip to content

Commit

Permalink
Enable SA1206: Keyword ordering (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze authored Feb 12, 2025
1 parent da42f7d commit a4e5556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/CodeAnalysis.src.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1333,8 +1333,8 @@ dotnet_diagnostic.SA1204.severity = none
# SA1205: Partial elements should declare an access modifier
dotnet_diagnostic.SA1205.severity = warning

# SA1206: Keyword ordering - TODO Re-enable as warning after https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3527
dotnet_diagnostic.SA1206.severity = suggestion
# SA1206: Keyword ordering
dotnet_diagnostic.SA1206.severity = warning

# SA1208: Using directive ordering
dotnet_diagnostic.SA1208.severity = none
Expand Down

0 comments on commit a4e5556

Please sign in to comment.