👷 tui: add mirrors ranking #98
Annotations
10 errors, 1 warning, and 1 notice
Run cpp-linter/[email protected]:
src/tui.cpp#L25
do not use namespace using-directives; use using-declarations instead
|
Run cpp-linter/[email protected]:
src/tui.cpp#L54
use a trailing return type for this function
|
Run cpp-linter/[email protected]:
src/tui.cpp#L92
an exception may be thrown in function 'btrfs_subvolumes' which should not throw exceptions
|
Run cpp-linter/[email protected]:
src/tui.cpp#L120
an exception may be thrown in function 'generate_fstab' which should not throw exceptions
|
Run cpp-linter/[email protected]:
src/tui.cpp#L178
95 is a magic number; consider replacing it with a named constant
|
Run cpp-linter/[email protected]:
src/tui.cpp#L185
10 is a magic number; consider replacing it with a named constant
|
Run cpp-linter/[email protected]:
src/tui.cpp#L185
40 is a magic number; consider replacing it with a named constant
|
Run cpp-linter/[email protected]:
src/tui.cpp#L201
86 is a magic number; consider replacing it with a named constant
|
Run cpp-linter/[email protected]:
src/tui.cpp#L212
10 is a magic number; consider replacing it with a named constant
|
Run cpp-linter/[email protected]:
src/tui.cpp#L212
40 is a magic number; consider replacing it with a named constant
|
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/.
|
Run cpp-linter/[email protected]:
src/tui.cpp#L1
File src/tui.cpp does not conform to Custom style guidelines. (lines 1011, 1012)
|
Loading