🧹 move umount partitions and zfs zpool export into gucc #133
Annotations
10 errors, 1 warning, and 1 notice
src/config.cpp#L7
variable 's_config' is non-const and globally accessible, consider making it const
|
src/config.cpp#L11
an exception may be thrown in function 'initialize' which should not throw exceptions
|
src/config.cpp#L11
use a trailing return type for this function
|
src/config.cpp#L52
implicit conversion 'std::unique_ptr<Config>::pointer' (aka 'Config *') -> bool
|
src/disk.cpp#L24
namespace alias decl 'fs' is unused
|
src/disk.cpp#L141
use a trailing return type for this function
|
src/disk.cpp#L146
variable name 'vg' is too short, expected at least 3 characters
|
src/disk.cpp#L155
an exception may be thrown in function 'zfs_auto_pres' which should not throw exceptions
|
src/disk.cpp#L155
use a trailing return type for this function
|
src/disk.cpp#L177
an exception may be thrown in function 'zfs_create_zpool' which should not throw exceptions
|
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 986, 987)
|
This job succeeded
Loading