Skip to content

Commit

Permalink
Configure new IDExxxx rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Nov 13, 2024
1 parent d264eca commit d3ad923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syn/.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ csharp_preferred_modifier_order = public, private, protected, internal, file, st
csharp_prefer_braces = false
csharp_prefer_simple_default_expression = true
csharp_prefer_simple_using_statement = true
csharp_prefer_static_anonymous_function = true
csharp_prefer_static_local_function = true
csharp_prefer_system_threading_lock = true
csharp_preserve_single_line_blocks = true
csharp_preserve_single_line_statements = false
csharp_space_after_cast = false
Expand Down Expand Up @@ -530,6 +532,8 @@ dotnet_diagnostic.IDE0302.severity = error
dotnet_diagnostic.IDE0303.severity = error
dotnet_diagnostic.IDE0304.severity = error
dotnet_diagnostic.IDE0305.severity = error
dotnet_diagnostic.IDE0320.severity = error
dotnet_diagnostic.IDE0330.severity = error
dotnet_diagnostic.IDE1005.severity = error
dotnet_diagnostic.IDE1006.severity = error

Expand Down

0 comments on commit d3ad923

Please sign in to comment.