Skip to content

Commit 39dee99

Browse files
committed
Revert "Refactor editorconfig"
This reverts commit 9217ac0.
1 parent 9217ac0 commit 39dee99

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.editorconfig

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,17 @@ dotnet_diagnostic.IDE0305.severity = none
246246
# CS8509 already warns
247247
dotnet_diagnostic.IDE0072.severity = none
248248

249-
[{src/api/Elastic.Documentation.Api.Lambda/**/*.cs,DocumentationWebHost.cs,StaticWebHost.cs}]
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]
250260
dotnet_diagnostic.IL3050.severity = none
251261
dotnet_diagnostic.IL2026.severity = none
252262

0 commit comments

Comments
 (0)