Skip to content

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

refactor(group): moving group stuff out of bar

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

Triggered via pull request April 30, 2024 15:39
Status Failure
Total duration 5m 47s
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/bar.cpp:481:34 [readability-identifier-naming]: src/bar.cpp#L481
invalid case style for variable 'module_sp'
src/factory.cpp:124:35 [readability-function-cognitive-complexity]: src/factory.cpp#L124
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'
src/group.cpp:90:34 [readability-identifier-naming]: src/group.cpp#L90
invalid case style for variable 'module_sp'
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/.