Skip to content

Commit

Permalink
Add inline-suppression to cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Nov 12, 2019
1 parent 498a765 commit 1a5fcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ script:
- cp cfe/cmake/Makefile.sample Makefile
- cp -r cfe/cmake/sample_defs sample_defs
# Static code analysis
- cppcheck --force .
- cppcheck --force --inline-suppr .
# Prep and build
- make prep
- make
Expand Down

0 comments on commit 1a5fcfe

Please sign in to comment.