Skip to content

🧹 move user creation into gucc #119

🧹 move user creation into gucc

🧹 move user creation into gucc #119

Triggered via push June 28, 2024 23:40
Status Success
Total duration 2m 27s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
/gucc/src/io_utils.cpp:78:22 [cppcoreguidelines-avoid-magic-numbers: gucc/src/io_utils.cpp#L78
128 is a magic number; consider replacing it with a named constant
/gucc/src/io_utils.cpp:92:18 [bugprone-easily-swappable-parameters: 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:103:26 [bugprone-easily-swappable-parameters: 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:37:19 [bugprone-easily-swappable-parameters: 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:99:6 [modernize-use-trailing-return-type: src/utils.cpp#L99
use a trailing return type for this function
/src/utils.cpp:111:6 [modernize-use-trailing-return-type: src/utils.cpp#L111
use a trailing return type for this function
/src/utils.cpp:124:6 [bugprone-exception-escape: src/utils.cpp#L124
an exception may be thrown in function 'arch_chroot' which should not throw exceptions
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/.