🧹 move user creation into gucc #119
Annotations
10 errors and 1 warning
gucc/src/io_utils.cpp#L42
do not use const_cast
|
gucc/src/io_utils.cpp#L46
do not use pointer arithmetic
|
gucc/src/io_utils.cpp#L78
128 is a magic number; consider replacing it with a named constant
|
gucc/src/io_utils.cpp#L79
implicit conversion 'int' -> bool
|
gucc/src/io_utils.cpp#L92
2 adjacent parameters of 'arch_chroot' of similar type ('std::string_view') are easily swapped by mistake
|
gucc/src/io_utils.cpp#L103
2 adjacent parameters of 'arch_chroot_checked' of similar type ('std::string_view') are easily swapped by mistake
|
gucc/src/user.cpp#L37
2 adjacent parameters of 'create_group' of similar type ('std::string_view') are easily swapped by mistake
|
src/utils.cpp#L99
use a trailing return type for this function
|
src/utils.cpp#L111
use a trailing return type for this function
|
src/utils.cpp#L124
an exception may be thrown in function 'arch_chroot' which should not throw exceptions
|
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