Skip to content

Make user feedback during ssh login less verbose #4414

Make user feedback during ssh login less verbose

Make user feedback during ssh login less verbose #4414

Triggered via pull request April 11, 2024 10:36
@YaraslautYaraslaut
synchronize #1496
Status Success
Total duration 14s
Artifacts

labeler.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
triage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/labeler@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clang-tidy: src/vtpty/SshSession.cpp#L903
warning: do not use const_cast [cppcoreguidelines-pro-type-const-cast] ```cpp const_cast<SshSession*>(this)->injectRead(fmt::format("\U0001F511 \033[1;33m{}\033[m\r\n", message)); ^ ```