Skip to content

Commit

Permalink
[IBM#69] disable broken cppcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Boehmler <ERBOH@de.ibm.com>
  • Loading branch information
ericboehmler committed Aug 22, 2019
1 parent d1d0953 commit c93b79d
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 @@ -18,7 +18,7 @@ before_install:

script:
- ./build.sh
- cppcheck --enable=warning,style,performance,portability,unusedFunction --std=c++11 -DGOOGLE_PROTOBUF_VERSION=3006001 --project=compile_commands.json --suppressions-list=travis/cppcheck_suppressions.txt --quiet
# - cppcheck --enable=warning,style,performance,portability,unusedFunction --std=c++11 -DGOOGLE_PROTOBUF_VERSION=3006001 --project=compile_commands.json --suppressions-list=travis/cppcheck_suppressions.txt --quiet
- cd build
- ctest --verbose
- sudo make install
Expand Down

0 comments on commit c93b79d

Please sign in to comment.