Skip to content

ROLU modified to also run with no trigger and online spectra added #176

ROLU modified to also run with no trigger and online spectra added

ROLU modified to also run with no trigger and online spectra added #176

Triggered via pull request October 25, 2023 13:49
Status Failure
Total duration 3m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

static_analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 11 warnings, and 1 notice
clang-format
Process completed with exit code 1.
clang-tidy
Process completed with exit code 1.
clang-tidy
Unexpected input(s) 'repo', valid inputs are ['r3b-dev-key', 'cache-name']
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L9
declaration uses identifier '__GUARD_H101_ROLU_EXT_H101_ROLU_H__', which is a reserved identifier [bugprone-reserved-identifier]
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L12
inclusion of deprecated C++ header 'stdint.h'; consider using 'cstdint' instead [hicpp-deprecated-headers,modernize-deprecated-headers]
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L29
use 'using' instead of 'typedef' [modernize-use-using]
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L33
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays]
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L34
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays]
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L36
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays]
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L36
128 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L38
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays]
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L39
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays]
clang-tidy: r3bsource/rolu/ext_h101_rolu_online.h#L41
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays]
clang-tidy
Clang-tidy generates 279 warnings and 0 errors! Please fix them before being merged.