1CHECKSETS qt5,c++,foss 2 3#additional checks 4EXTRA defines,null,contractions,qenums,qmath 5 6# this is so heavily Linux-only, portability is not a concern 7EXCLUDE syscalls 8# this triggers tons of false-positives on C++11 types 9EXCLUDE typedefs 10 11#no need to check 3rdparty stuff 12SKIP /3rdparty/ 13 14