20 lines
510 B
Plaintext
20 lines
510 B
Plaintext
CHECKSETS qt5,c++
|
|
|
|
#KDAB-specific checks
|
|
EXTRA kdabcopyright
|
|
|
|
#additional checks
|
|
#EXTRA defines,null
|
|
|
|
#exclude checks now being done by clazy or clang-tools
|
|
EXCLUDE strings,explicit,normalize,passbyvalue,operators,nullstrcompare,nullstrassign,doublequote_chars,qobject,sigsandslots,staticobjects,dpointer,inline
|
|
#exclude more checks
|
|
EXCLUDE style
|
|
|
|
SKIP /fwd_headers/
|
|
#skip CMake files
|
|
SKIP /KDDockWidgetsConfig.cmake.in
|
|
#skip the borrowed code in the cmake subdir
|
|
SKIP /cmake/Qt5Portability.cmake|/cmake/ECM/
|
|
|