Implement windows formating in sway/workspaces #25
Annotations
1 error and 7 warnings
|
include/modules/sway/workspaces.hpp#L35
parameter 2 is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
include/modules/sway/workspaces.hpp#L49
invalid case style for private member 'm_format_window_seperator'
|
src/modules/sway/workspaces.cpp#L225
method 'hasFlag' can be made static
|
src/modules/sway/workspaces.cpp#L225
the const qualified parameter 'flag' is copied for each invocation; consider making it a reference
|
src/modules/sway/workspaces.cpp#L230
use range-based for loop instead
|
src/modules/sway/workspaces.cpp#L286
invalid case style for variable 'window_class'
|
src/modules/sway/workspaces.cpp#L291
string concatenation results in allocation of unnecessary temporary strings; consider using 'operator+=' or 'string::append()' instead
|
The logs for this run have expired and are no longer available.
Loading