diff --git a/.travis.yml b/.travis.yml index f138f0fad..cac6ed78f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -219,7 +219,7 @@ script: # building gui generates some more files that cppcheck can check, so check the repo *after* building gui - cd ../ # self check - - ${CPPCHECK} --template=gcc -D__CPPCHECK__ -f --error-exitcode=1 --library=cppcheck-lib -Ilib -Iexternals/simplecpp/ -Iexternals/tinyxml/ -Icli --inconclusive --enable=style,performance,portability,warning,internal --exception-handling --inline-suppr --suppressions-list=.travis_suppressions -itest/cli -itest/synthetic -itest/testsuites -iaddons -igui . -j 2 + - ${CPPCHECK} --template=gcc -D__CPPCHECK__ -f --error-exitcode=1 --library=cppcheck-lib -Ilib -Iexternals/simplecpp/ -Iexternals/tinyxml/ -Icli --inconclusive --enable=style,performance,portability,warning,internal --exception-handling --inline-suppr --suppressions-list=.travis_suppressions -itest/cli -itest/synthetic -itest/testsuites -iaddons -igui cli lib gui test tools -j 2 # check gui with qt settings - ${CPPCHECK} --template=gcc --library=qt --error-exitcode=1 -Ilib -Iexternals/simplecpp/ -Iexternals/tinyxml/ -Icli --enable=style,performance,portability,warning,internal --exception-handling -j 2 gui --suppressions-list=.travis_suppressions -igui/test # check naming conventions diff --git a/.travis_suppressions b/.travis_suppressions index ff0593d0a..6b212c04b 100644 --- a/.travis_suppressions +++ b/.travis_suppressions @@ -23,8 +23,3 @@ useStlAlgorithm *:test/test.cxx *:test/cfg/* -*:externals/* -*:externals/*/* -*:htmlreport/* -*:samples/*/bad.c* -*:samples/redundantAssignment/data.c