🧹 move luks into gucc #107
Annotations
10 errors and 1 warning
gucc/src/luks.cpp#L9
3 adjacent parameters of 'luks1_open' of similar type ('std::string_view') are easily swapped by mistake
|
gucc/src/luks.cpp#L14
3 adjacent parameters of 'luks1_format' of similar type ('std::string_view') are easily swapped by mistake
|
gucc/src/luks.cpp#L19
3 adjacent parameters of 'luks1_add_key' of similar type ('std::string_view') are easily swapped by mistake
|
src/crypto.cpp#L19
do not use namespace using-directives; use using-declarations instead
|
src/crypto.cpp#L31
an exception may be thrown in function 'select_crypt_partition' which should not throw exceptions
|
src/crypto.cpp#L31
use a trailing return type for this function
|
src/crypto.cpp#L52
use a trailing return type for this function
|
src/crypto.cpp#L63
use a trailing return type for this function
|
src/crypto.cpp#L74
an exception may be thrown in function 'luks_open' which should not throw exceptions
|
src/crypto.cpp#L74
use a trailing return type for this function
|
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/.
|
This job succeeded
Loading