Skip to content

Add always on option for hyprland/submap #266

Add always on option for hyprland/submap

Add always on option for hyprland/submap #266

Triggered via pull request February 25, 2024 21:28
Status Failure
Total duration 4m 35s
Artifacts

clang-tidy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
build
Process completed with exit code 1.
src/modules/hyprland/submap.cpp:41:14 [performance-unnecessary-copy-initialization]: src/modules/hyprland/submap.cpp#L41
the const qualified variable 'alwaysOn' is copy-constructed from a const reference; consider making it a const reference
src/modules/hyprland/submap.cpp:46:14 [performance-unnecessary-copy-initialization]: src/modules/hyprland/submap.cpp#L46
the const qualified variable 'defaultSubmap' is copy-constructed from a const reference; consider making it a const reference
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.