We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9217ac0 commit 39dee99Copy full SHA for 39dee99
.editorconfig
@@ -246,7 +246,17 @@ dotnet_diagnostic.IDE0305.severity = none
246
# CS8509 already warns
247
dotnet_diagnostic.IDE0072.severity = none
248
249
-[{src/api/Elastic.Documentation.Api.Lambda/**/*.cs,DocumentationWebHost.cs,StaticWebHost.cs}]
+
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
257
258
259
+[StaticWebHost.cs]
260
dotnet_diagnostic.IL3050.severity = none
261
dotnet_diagnostic.IL2026.severity = none
262
0 commit comments