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 e9ed083 commit 9217ac0Copy full SHA for 9217ac0
.editorconfig
@@ -246,17 +246,7 @@ dotnet_diagnostic.IDE0305.severity = none
246
# CS8509 already warns
247
dotnet_diagnostic.IDE0072.severity = none
248
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
257
258
259
-[StaticWebHost.cs]
+[{src/api/Elastic.Documentation.Api.Lambda/**/*.cs,DocumentationWebHost.cs,StaticWebHost.cs}]
260
dotnet_diagnostic.IL3050.severity = none
261
dotnet_diagnostic.IL2026.severity = none
262
0 commit comments