CHECKSETS qt5,c++,foss

#KDAB-specific checks
EXTRA kdabcopyright-reuse,fosslicense-reuse

#exclude checks now being done by clazy or clang-tools
EXCLUDE includes,strings,explicit,normalize,passbyvalue,operators,nullstrcompare,nullstrassign,doublequote_chars,qobject,sigsandslots,staticobjects,cpp
#exclude more checks
EXCLUDE qminmax,captruefalse,dpointer,inline,constref
#exclude spelling as codespell is much, much better tool
#too many false positives
EXCLUDE insecurenet
EXCLUDE spelling
EXCLUDE style

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

#skip 3rdparty
SKIP /libkode/
SKIP /kdwsdl2cpp/
SKIP /KDQName\.cpp|/KDQName\.h

#skip scripts
SKIP /scripts/
#skip other cmake
SKIP Doxyfile.cmake
SKIP \.cmake-format\.py

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