File tree 5 files changed +13
-5016
lines changed
5 files changed +13
-5016
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- CodeChecker analyze compile_commands.json \
4
- --ignore .CodeChecker/skipfile_bazel.txt \
5
- -o reports
3
+ # CodeChecker analyze compile_commands.json \
4
+ # --ignore .CodeChecker/skipfile_bazel.txt \
5
+ # -o reports
6
6
7
7
8
8
# Make the MISRA report
9
- # CodeChecker analyze compile_commands.json \
10
- # --ignore .CodeChecker/skipfile_bazel.txt \
11
- # --ignore .CodeChecker/skipfile_thirdparty.txt \
12
- # --cppcheckargs .CodeChecker/cppcheckargs.txt \
13
- # --analyzer-config cppcheck:addons=.cppcheck/misra.json \
14
- # --analyzer-config cppcheck:platform=unix64 \
15
- # -o misra_reports
9
+ CodeChecker analyze compile_commands.json \
10
+ --ignore .CodeChecker/skipfile_bazel.txt \
11
+ --ignore .CodeChecker/skipfile_thirdparty.txt \
12
+ --cppcheckargs .CodeChecker/cppcheckargs.txt \
13
+ --analyzer-config cppcheck:addons=.cppcheck/misra.json \
14
+ --analyzer-config cppcheck:platform=unix64 \
15
+ -o misra_reports
Original file line number Diff line number Diff line change 1
- cppcheck- misra-c2012-15.5 // A function should have a single point of exit at the end
1
+ misra-c2012-15.5 // ignore: Rule 15.5 Advisory A function should have a single point of exit at the end
You can’t perform that action at this time.
0 commit comments