🧹 tui: redundant header #136
Annotations
10 errors, 1 warning, and 1 notice
src/tui.cpp#L35
do not use namespace using-directives; use using-declarations instead
|
src/tui.cpp#L64
use a trailing return type for this function
|
src/tui.cpp#L102
an exception may be thrown in function 'btrfs_subvolumes' which should not throw exceptions
|
src/tui.cpp#L130
an exception may be thrown in function 'generate_fstab' which should not throw exceptions
|
src/tui.cpp#L188
95 is a magic number; consider replacing it with a named constant
|
src/tui.cpp#L195
10 is a magic number; consider replacing it with a named constant
|
src/tui.cpp#L195
40 is a magic number; consider replacing it with a named constant
|
src/tui.cpp#L211
86 is a magic number; consider replacing it with a named constant
|
src/tui.cpp#L222
10 is a magic number; consider replacing it with a named constant
|
src/tui.cpp#L222
40 is a magic number; consider replacing it with a named constant
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/tui.cpp#L1
File src/tui.cpp does not conform to Custom style guidelines. (lines 987, 988)
|
This job succeeded
Loading