CHECKSETS qt5,c++,foss

#KDAB-specific checks
EXTRA kdabcopyright-reuse,kdabcontactus,fosslicense-reuse
EXCLUDE copyright,license

#additional checks
EXTRA defines,null

##checks to exclude for now
#exclude intrusive checks to investigate later
EXCLUDE constref,dpointer,inline,null,doublequote_chars
#too many http: references in the unittests
EXCLUDE insecurenet
EXCLUDE style
STYLE_LINEMAX 150

#if you have a build subdir, skip it
SKIP /build-
#no need to check 3rdparty stuff
SKIP /libkode/
SKIP /kdwsdl2cpp/
SKIP /KDQName\.cpp|/KDQName\.h
#nor examples
SKIP /examples/
#nor testtools
SKIP /testtools/
#skip generated headers
SKIP /include/
#skip generated cmake
SKIP KDSoapConfig\.cmake\.in
#skip other cmake
SKIP FindKDSoap\.cmake|KDSoapMacros\.cmake
SKIP Doxyfile.cmake|/genignore.py

#skip the borrowed code in the cmake subdir
SKIP /cmake/InstallLocation.cmake|/cmake/ECM/
