Skip to content

Commit 9100586

Browse files
authored
Remove ProductLifecycle.Deperecated from deprecated list (#1462)
1 parent 6bc87ac commit 9100586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Myst/FrontMatter/Applicability.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public static bool TryParse(string? value, IList<(Severity, string)> diagnostics
190190
};
191191

192192
// TODO emit as error when all docs have been updated
193-
if (lifecycle is ProductLifecycle.Planned or ProductLifecycle.Deprecated or ProductLifecycle.Development)
193+
if (lifecycle is ProductLifecycle.Planned or ProductLifecycle.Development)
194194
diagnostics.Add((Severity.Hint, $"The '{lookup}' lifecycle is deprecated and will be removed in a future release."));
195195

196196
var version = tokens.Length < 2

0 commit comments

Comments
 (0)