Make user feedback during ssh login less verbose #4414
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));
^
```
|