mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
17 lines
430 B
Plaintext
17 lines
430 B
Plaintext
CHECKSETS qt5,c++,foss
|
|
|
|
#KDAB-specific checks
|
|
EXTRA kdabcopyright,kdabcontactus
|
|
|
|
#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
|
|
#exclude more checks
|
|
EXCLUDE style
|
|
|
|
#skip the borrowed code in the cmake subdir
|
|
SKIP /cmake/Qt5Portability.cmake
|
|
|