Skip to content

Commit aaa5c38

Browse files
authored
Merge pull request #219 from skliper/ic-20210312
cFS Bundle Integration candidate: 2021-03-12
2 parents c82cdf3 + 055c6e9 commit aaa5c38

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{matrix.cppcheck =='cfe'}}
4040
run: |
4141
cd ${{matrix.cppcheck}}
42-
cppcheck --force --inline-suppr --std=c99 --language=c --enable=warning,performance,portability,style --suppress=variableScope --inconclusive ./fsw/cfe-core/src ./modules 2> ../${{matrix.cppcheck}}_cppcheck_err.txt
42+
cppcheck --force --inline-suppr --std=c99 --language=c --enable=warning,performance,portability,style --suppress=variableScope --inconclusive ./modules/core_api/fsw ./modules/core_private/fsw ./modules/es/fsw ./modules/evs/fsw ./modules/fs/fsw ./modules/msg/fsw ./modules/resourceid/fsw ./modules/sb/fsw ./modules/sbr/fsw ./modules/tbl/fsw ./modules/time/fsw -UCFE_PLATFORM_TIME_CFG_CLIENT -DCFE_PLATFORM_TIME_CFG_SERVER 2> ../${{matrix.cppcheck}}_cppcheck_err.txt
4343
4444
- name: osal strict cppcheck
4545
if: ${{matrix.cppcheck =='osal'}}

apps/ci_lab

apps/to_lab

cfe

Submodule cfe updated 256 files

0 commit comments

Comments
 (0)