Skip to content

🧹 move btrfs subvolumes mount logic into gucc #117

🧹 move btrfs subvolumes mount logic into gucc

🧹 move btrfs subvolumes mount logic into gucc #117

Triggered via push June 27, 2024 14:44
Status Success
Total duration 1m 45s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

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:65:70 [bugprone-easily-swappable-parameters: gucc/src/btrfs.cpp#L65
3 adjacent parameters of 'btrfs_mount_subvols' of similar type ('std::string_view') are easily swapped by mistake
/gucc/src/cpu.cpp:119:24 [readability-identifier-length: gucc/src/cpu.cpp#L119
variable name 'un' is too short, expected at least 3 characters
/gucc/src/cpu.cpp:127:31 [hicpp-signed-bitwise: gucc/src/cpu.cpp#L127
use of a signed integer operand with a binary bitwise operator
/gucc/src/cpu.cpp:127:53 [hicpp-signed-bitwise: gucc/src/cpu.cpp#L127
use of a signed integer operand with a binary bitwise operator
/gucc/src/cpu.cpp:127:75 [hicpp-signed-bitwise: gucc/src/cpu.cpp#L127
use of a signed integer operand with a binary bitwise operator
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/.