File tree Expand file tree Collapse file tree 3 files changed +32
-4
lines changed
Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ csharp_new_line_before_members_in_anonymous_types = true
9999# xUnit1013: Public method should be marked as test. Allows using records as test classes
100100dotnet_diagnostic.xUnit1013.severity = none
101101
102+ # CS9113: Parameter is unread (usually, ITestOutputHelper)
103+ dotnet_diagnostic.CS9113.severity = none
104+
102105# Default severity for analyzer diagnostics with category 'Style'
103106dotnet_analyzer_diagnostic.category-Style.severity = none
104107
Original file line number Diff line number Diff line change @@ -7,3 +7,28 @@ updates:
77 directory : /
88 schedule :
99 interval : daily
10+ groups :
11+ Azure :
12+ patterns :
13+ - " Azure*"
14+ - " Microsoft.Azure*"
15+ System :
16+ patterns :
17+ - " System*"
18+ Extensions :
19+ patterns :
20+ - " Microsoft.Extensions*"
21+ Web :
22+ patterns :
23+ - " Microsoft.AspNetCore*"
24+ Tests :
25+ patterns :
26+ - " Microsoft.NET.Tests*"
27+ - " xunit*"
28+ - " coverlet*"
29+ ThisAssembly :
30+ patterns :
31+ - " ThisAssembly*"
32+ ProtoBuf :
33+ patterns :
34+ - " protobuf-*"
Original file line number Diff line number Diff line change 2323 skip
2424[file ".editorconfig"]
2525 url = https://github.com/devlooped/oss/blob/main/.editorconfig
26- sha = fd5b554bf3538a3c92a0b49e395c8ad2e8429158
27- etag = bf02d1679442e5169d03304164b8e9407997ac3132145831a91ba61fc8b50687
26+ sha = c779d3d4e468358106dea03e93ba2cd35bb01ecb
27+ etag = 7298c6450967975a8782b5c74f3071e1910fc59686e48f9c9d5cd7c68213cf59
2828 weak
2929[file ".gitattributes"]
3030 url = https://github.com/devlooped/oss/blob/main/.gitattributes
3333 weak
3434[file ".github/dependabot.yml"]
3535 url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
36- sha = 4f070a477b4162a280f02722ae666376ae4fcc71
37- etag = 35f2134fff3b0235ff8dac8618a76198c8ef533ad2f29628bbb435cd1134d638
36+ sha = cba10bbf7bb08d841d2ddc990b67bc3f2c58fba0
37+ etag = fc84e2bb7a348609b75bb20145333306e2030083c6929edcc4f675907b8c52ad
3838 weak
3939[file ".github/workflows/build.yml"]
4040 url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
You can’t perform that action at this time.
0 commit comments