Skip to content

Commit bd6c0e6

Browse files
committed
update deprecation notice
1 parent ff6033a commit bd6c0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/reportUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function getUnsortedInfo(
4646
export function getDeprecationMessage(name: string) {
4747
switch (name) {
4848
case RuleNames.StringEnum:
49-
return `\nThis rule is deprecated. Use \`${PLUGIN_NAME}/${RuleNames.Enum}\` instead. See docs for more info.`
49+
return `\nThis rule is deprecated. Use \`${PLUGIN_NAME}/${RuleNames.Enum}\` instead.`
5050
default:
5151
return ''
5252
}

0 commit comments

Comments
 (0)