Skip to content

🧹 gucc: move contains helper into string_utils #127

🧹 gucc: move contains helper into string_utils

🧹 gucc: move contains helper into string_utils #127

Triggered via push July 1, 2024 22:20
Status Success
Total duration 1m 10s
Artifacts

checks.yml

on: push
cpp-linter
1m 0s
cpp-linter
Check C++ style
16s
Check C++ style
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 2 warnings, and 1 notice
/gucc/src/bootloader.cpp:34:9 [cppcoreguidelines-macro-usage: gucc/src/bootloader.cpp#L34
function-like macro 'CONV_REQ_F' used; consider a 'constexpr' template function
/gucc/src/bootloader.cpp:38:9 [cppcoreguidelines-macro-usage: gucc/src/bootloader.cpp#L38
function-like macro 'CONV_REQ_F_S' used; consider a 'constexpr' template function
/gucc/src/bootloader.cpp:42:9 [cppcoreguidelines-macro-usage: gucc/src/bootloader.cpp#L42
function-like macro 'CONV_OPT_F' used; consider a 'constexpr' template function
/gucc/src/bootloader.cpp:45:46 [bugprone-macro-parentheses: gucc/src/bootloader.cpp#L45
macro argument should be enclosed in parentheses
/gucc/src/bootloader.cpp:49:9 [cppcoreguidelines-macro-usage: gucc/src/bootloader.cpp#L49
function-like macro 'CONV_OPT_F_S' used; consider a 'constexpr' template function
/gucc/src/bootloader.cpp:52:50 [bugprone-macro-parentheses: gucc/src/bootloader.cpp#L52
macro argument should be enclosed in parentheses
/gucc/src/bootloader.cpp:56:9 [cppcoreguidelines-macro-usage: gucc/src/bootloader.cpp#L56
function-like macro 'CONV_REQ_B' used; consider a 'constexpr' template function
/gucc/src/bootloader.cpp:60:9 [cppcoreguidelines-macro-usage: gucc/src/bootloader.cpp#L60
function-like macro 'CONV_OPT_B' used; consider a 'constexpr' template function
/gucc/src/bootloader.cpp:63:74 [bugprone-macro-parentheses: gucc/src/bootloader.cpp#L63
macro argument should be enclosed in parentheses
/gucc/src/bootloader.cpp:143:6 [readability-function-cognitive-complexity: gucc/src/bootloader.cpp#L143
function 'parse_grub_line' has cognitive complexity of 93 (threshold 25)
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/.
Run clang-format on gucc/include/gucc/string_utils.hpp: gucc/include/gucc/string_utils.hpp#L1
File gucc/include/gucc/string_utils.hpp does not conform to Custom style guidelines. (lines 81)