Skip to content

refactor(group): moving group stuff out of bar #515

refactor(group): moving group stuff out of bar

refactor(group): moving group stuff out of bar #515

Triggered via pull request April 30, 2024 17:30
Status Failure
Total duration 5m 39s
Artifacts

clang-tidy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
build
Process completed with exit code 1.
include/group.hpp:16:11 [modernize-use-override]: include/group.hpp#L16
prefer using 'override' or (rarely) 'final' instead of 'virtual'
src/bar.cpp:475:8 [readability-identifier-naming]: src/bar.cpp#L475
invalid case style for variable 'module_list'
src/factory.cpp:120:3 [readability-qualified-auto]: src/factory.cpp#L120
'auto module' can be declared as 'auto *module'
src/factory.cpp:121:28 [readability-identifier-naming]: src/factory.cpp#L121
invalid case style for variable 'module_sp'
src/factory.cpp:126:35 [readability-function-cognitive-complexity]: src/factory.cpp#L126
function 'makeModule' has cognitive complexity of 57 (threshold 25)
src/group.cpp:26:8 [readability-function-cognitive-complexity]: src/group.cpp#L26
function 'Group' has cognitive complexity of 31 (threshold 25)
src/group.cpp:84:8 [readability-identifier-naming]: src/group.cpp#L84
invalid case style for variable 'module_list'
build
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/.