🧹 gucc: move contains helper into string_utils #127
Annotations
10 errors, 1 warning, and 1 notice
gucc/src/bootloader.cpp#L34
function-like macro 'CONV_REQ_F' used; consider a 'constexpr' template function
|
gucc/src/bootloader.cpp#L38
function-like macro 'CONV_REQ_F_S' used; consider a 'constexpr' template function
|
gucc/src/bootloader.cpp#L42
function-like macro 'CONV_OPT_F' used; consider a 'constexpr' template function
|
gucc/src/bootloader.cpp#L45
macro argument should be enclosed in parentheses
|
gucc/src/bootloader.cpp#L49
function-like macro 'CONV_OPT_F_S' used; consider a 'constexpr' template function
|
gucc/src/bootloader.cpp#L52
macro argument should be enclosed in parentheses
|
gucc/src/bootloader.cpp#L56
function-like macro 'CONV_REQ_B' used; consider a 'constexpr' template function
|
gucc/src/bootloader.cpp#L60
function-like macro 'CONV_OPT_B' used; consider a 'constexpr' template function
|
gucc/src/bootloader.cpp#L63
macro argument should be enclosed in parentheses
|
gucc/src/bootloader.cpp#L143
function 'parse_grub_line' has cognitive complexity of 93 (threshold 25)
|
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/.
|
gucc/include/gucc/string_utils.hpp#L1
File gucc/include/gucc/string_utils.hpp does not conform to Custom style guidelines. (lines 81)
|
This job succeeded
Loading