Skip to content

Instantly share code, notes, and snippets.

@srz-zumix
Created November 26, 2017 11:23
Show Gist options
  • Select an option

  • Save srz-zumix/9d99652b48d515e91a4955eb555d02ac to your computer and use it in GitHub Desktop.

Select an option

Save srz-zumix/9d99652b48d515e91a4955eb555d02ac to your computer and use it in GitHub Desktop.
Rocro CI service configurations
inspecode:
cppcheck:
options:
--enable: all
-I: include
-D:
IUTEST_HAS_CLOCK=1
_WIN32=1
_MSC_VER=1700
-U:
__GNUC__
__clang__
__CYGWIN__
__APPLE__
--platform: win64
--inline-suppr:
--suppress:
syntaxError
--max-configs: 20
#--force:
ignore:
test/spi_tests_decl.cpp
thresholds:
num-issues:
#information: 0
style: 0
performance: 0
portability: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment