Skip to content

Format Svc and add to CI#3978

Merged
LeStarch merged 5 commits into
nasa:develfrom
thomas-bc:format-svc-1
Aug 4, 2025
Merged

Format Svc and add to CI#3978
LeStarch merged 5 commits into
nasa:develfrom
thomas-bc:format-svc-1

Conversation

@thomas-bc

Copy link
Copy Markdown
Collaborator
Related Issue(s)
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

Towards #1984

Format Svc/ module (except FpySequencer which is WIP) and add to CI

Comment thread Svc/ActiveRateGroup/test/ut/ActiveRateGroupTester.hpp Dismissed
Comment thread Svc/BufferLogger/test/ut/BufferLoggerTester.hpp Dismissed
Comment thread Svc/BufferManager/test/ut/BufferManagerTester.cpp Dismissed
Comment thread Svc/CmdDispatcher/test/ut/CommandDispatcherTester.hpp Dismissed
Comment thread Svc/ComLogger/test/ut/ComLoggerTester.hpp Dismissed
Comment thread Svc/FileUplink/FileUplink.hpp Dismissed
Comment thread Svc/FileUplink/FileUplink.hpp Dismissed
Comment thread Svc/PassiveRateGroup/test/ut/PassiveRateGroupTester.hpp Dismissed
Comment thread Svc/PrmDb/test/ut/PrmDbTester.hpp Dismissed
Comment thread Svc/RateGroupDriver/test/ut/RateGroupDriverImplTester.hpp Dismissed

@github-advanced-security github-advanced-security AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Comment thread Svc/ComLogger/test/ut/ComLoggerTester.hpp Outdated
m_overrunThrottle(0),
m_cycleSlips(0) {}

void ActiveRateGroup::configure(U32 contexts[], FwIndexType numContexts) {

Check notice

Code scanning / CodeQL

No raw arrays in interfaces Note

Raw arrays should not be used in interfaces. A container class should be used instead.

DpCatalog ::~DpCatalog() {}

void DpCatalog::configure(Fw::FileNameString directories[DP_MAX_DIRECTORIES],

Check notice

Code scanning / CodeQL

No raw arrays in interfaces Note

Raw arrays should not be used in interfaces. A container class should be used instead.
@thomas-bc
thomas-bc marked this pull request as ready for review August 4, 2025 22:56
@LeStarch
LeStarch merged commit c69ff72 into nasa:devel Aug 4, 2025
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants