CHECKSETS qt4,c++,foss

#exclude intrusive checks to investigate later
EXCLUDE nullstrassign

#KDAB-specific checks
EXTRA kdabcopyright

#additional checks
EXTRA camelcase,null,defines,crud

#skip Keychain
SKIP /Charm/Keychain/keychain
#if you have a build subdir, skip it
SKIP /build-

#other skips
SKIP /CharmCMake.h.cmake

#skip the borrowed code in the cmake subdir
SKIP /cmake/ECM/
