Added clang-tidy GitHub action #10
Annotations
1 error and 2 warnings
build
Process completed with exit code 1.
|
src/modules/hyprland/workspaces.cpp:50:8 [readability-implicit-bool-conversion]:
src/modules/hyprland/workspaces.cpp#L50
implicit conversion 'pointer' (aka 'waybar::modules::hyprland::IPC *') -> bool
|
src/modules/hyprland/workspaces.cpp:50:8 [readability-redundant-smartptr-get]:
src/modules/hyprland/workspaces.cpp#L50
redundant get() call on smart pointer
|