This commit is contained in:
Zunli Hu 2021-04-09 15:44:29 +08:00
Родитель 6ebd697d30
Коммит 7eddeeb19b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,4 +40,4 @@ def group_delete_commands_should_confirm(linter, command_name):
@CommandRule(LinterSeverity.HIGH)
def no_wait_command(linter, command_name):
if linter.support_no_wait(command_name):
raise RuleError('Deprecated command is expired and should be removed.')
raise RuleError('Deprecated command is expired and should be removed.')