🧹 move btrfs subvolumes creation into gucc #116
checks.yml
on: push
cpp-linter
1m 23s
Check C++ style
15s
Annotations
10 errors and 2 warnings
/gucc/src/btrfs.cpp:31:26 [bugprone-easily-swappable-parameters:
gucc/src/btrfs.cpp#L31
2 adjacent parameters of 'btrfs_create_subvol' of similar type ('std::string_view') are easily swapped by mistake
|
/gucc/src/btrfs.cpp:43:71 [bugprone-easily-swappable-parameters:
gucc/src/btrfs.cpp#L43
3 adjacent parameters of 'btrfs_create_subvols' of similar type ('std::string_view') are easily swapped by mistake
|
/src/disk.cpp:23:11 [misc-unused-alias-decls:
src/disk.cpp#L23
namespace alias decl 'fs' is unused
|
/src/disk.cpp:130:26 [modernize-use-trailing-return-type:
src/disk.cpp#L130
use a trailing return type for this function
|
/src/disk.cpp:135:22 [readability-identifier-length:
src/disk.cpp#L135
variable name 'vg' is too short, expected at least 3 characters
|
/src/disk.cpp:144:6 [bugprone-exception-escape:
src/disk.cpp#L144
an exception may be thrown in function 'zfs_auto_pres' which should not throw exceptions
|
/src/disk.cpp:144:6 [modernize-use-trailing-return-type:
src/disk.cpp#L144
use a trailing return type for this function
|
/src/disk.cpp:166:6 [bugprone-exception-escape:
src/disk.cpp#L166
an exception may be thrown in function 'zfs_create_zpool' which should not throw exceptions
|
/src/disk.cpp:166:6 [modernize-use-trailing-return-type:
src/disk.cpp#L166
use a trailing return type for this function
|
/src/disk.cpp:166:23 [bugprone-easily-swappable-parameters:
src/disk.cpp#L166
2 adjacent parameters of 'zfs_create_zpool' of similar type ('const std::string_view &') are easily swapped by mistake
|
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/.
|