Skip to content

Commit 9217ac0

Browse files
committed
Refactor editorconfig
1 parent e9ed083 commit 9217ac0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.editorconfig

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -246,17 +246,7 @@ 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]
251-
dotnet_diagnostic.IL3050.severity = none
252-
dotnet_diagnostic.IL2026.severity = none
253-
254-
255-
[DocumentationWebHost.cs]
256-
dotnet_diagnostic.IL3050.severity = none
257-
dotnet_diagnostic.IL2026.severity = none
258-
259-
[StaticWebHost.cs]
249+
[{src/api/Elastic.Documentation.Api.Lambda/**/*.cs,DocumentationWebHost.cs,StaticWebHost.cs}]
260250
dotnet_diagnostic.IL3050.severity = none
261251
dotnet_diagnostic.IL2026.severity = none
262252

0 commit comments

Comments
 (0)