.krazy - Krazy config file

This commit is contained in:
Allen Winter
2019-04-24 11:15:13 -04:00
parent 1574986a1b
commit 11f8787708

16
.krazy Normal file
View File

@@ -0,0 +1,16 @@
CHECKSETS qt5,c++,foss
#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
#exclude more checks
EXCLUDE style
#skip the borrowed code in the cmake subdir
SKIP /cmake/Qt5Portability.cmake