Skip to content

Commit db84c5d

Browse files
committed
Update .globalconfig.
1 parent 1e8235c commit db84c5d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.globalconfig

+4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ csharp_preferred_modifier_order = public, private, protected, internal, file, st
1717
csharp_prefer_braces = false
1818
csharp_prefer_simple_default_expression = true
1919
csharp_prefer_simple_using_statement = true
20+
csharp_prefer_static_anonymous_function = true
2021
csharp_prefer_static_local_function = true
22+
csharp_prefer_system_threading_lock = true
2123
csharp_preserve_single_line_blocks = true
2224
csharp_preserve_single_line_statements = false
2325
csharp_space_after_cast = false
@@ -530,6 +532,8 @@ dotnet_diagnostic.IDE0302.severity = error
530532
dotnet_diagnostic.IDE0303.severity = error
531533
dotnet_diagnostic.IDE0304.severity = error
532534
dotnet_diagnostic.IDE0305.severity = error
535+
dotnet_diagnostic.IDE0320.severity = error
536+
dotnet_diagnostic.IDE0330.severity = error
533537
dotnet_diagnostic.IDE1005.severity = error
534538
dotnet_diagnostic.IDE1006.severity = error
535539

.netconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
weak
3131
[file ".globalconfig"]
3232
url = https://github.com/vezel-dev/.github/blob/master/syn/.globalconfig
33-
sha = d264ecabeff8370be02aa1503bdea4721e1c5c4a
34-
etag = 0df09b92cbb9b7a4f58151549f100ee65360886e6f9235b6bd7a5ef28ffc6a8b
33+
sha = d3ad9230a232b45b08e0766a77cccec3fc8b801b
34+
etag = 64b3ff5ea6db6b079a0c7484154f1ed33018a9e35d307e3d6d0ed1c79e0b72c3
3535
weak
3636
[file ".markdownlint.json"]
3737
url = https://github.com/vezel-dev/.github/blob/master/syn/.markdownlint.json

0 commit comments

Comments
 (0)