🧹 use gucc for btrfs subvolumes manual UI #118
checks.yml
on: push
cpp-linter
1m 1s
Check C++ style
18s
Annotations
9 errors and 2 warnings
/src/disk.cpp:24:11 [misc-unused-alias-decls:
src/disk.cpp#L24
namespace alias decl 'fs' is unused
|
/src/disk.cpp:141:26 [modernize-use-trailing-return-type:
src/disk.cpp#L141
use a trailing return type for this function
|
/src/disk.cpp:146:22 [readability-identifier-length:
src/disk.cpp#L146
variable name 'vg' is too short, expected at least 3 characters
|
/src/disk.cpp:155:6 [bugprone-exception-escape:
src/disk.cpp#L155
an exception may be thrown in function 'zfs_auto_pres' which should not throw exceptions
|
/src/disk.cpp:155:6 [modernize-use-trailing-return-type:
src/disk.cpp#L155
use a trailing return type for this function
|
/src/disk.cpp:177:6 [bugprone-exception-escape:
src/disk.cpp#L177
an exception may be thrown in function 'zfs_create_zpool' which should not throw exceptions
|
/src/disk.cpp:177:6 [modernize-use-trailing-return-type:
src/disk.cpp#L177
use a trailing return type for this function
|
/src/disk.cpp:177:23 [bugprone-easily-swappable-parameters:
src/disk.cpp#L177
2 adjacent parameters of 'zfs_create_zpool' of similar type ('const std::string_view &') are easily swapped by mistake
|
/src/disk.cpp:222:6 [bugprone-exception-escape:
src/disk.cpp#L222
an exception may be thrown in function 'select_filesystem' which should not throw exceptions
|
Check C++ style
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/.
|
cpp-linter
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/.
|