Skip to content

Commit 9eb6ac7

Browse files
committed
Fix editorconfig glob
1 parent 1a3317e commit 9eb6ac7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.editorconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,10 @@ dotnet_diagnostic.IDE0305.severity = none
246246
# CS8509 already warns
247247
dotnet_diagnostic.IDE0072.severity = none
248248

249-
250-
[src/api/Elastic.Documentation.Api.Lambda/**/*.cs]
249+
[src/api/Elastic.Documentation.Api.Lambda/**.cs]
251250
dotnet_diagnostic.IL3050.severity = none
252251
dotnet_diagnostic.IL2026.severity = none
253252

254-
255253
[DocumentationWebHost.cs]
256254
dotnet_diagnostic.IL3050.severity = none
257255
dotnet_diagnostic.IL2026.severity = none

0 commit comments

Comments
 (0)