forked from KDAB/KDSoap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.krazy
36 lines (31 loc) · 1.07 KB
/
.krazy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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
#if you have a build subdir, skip it
SKIP /build-
#no need to check 3rdparty stuff
SKIP /kdwsdl2cpp/
SKIP /KDQName\.cpp|/KDQName\.h
#skip autogen buildsystem
SKIP /autogen/|/autogen.py|/genignore.py
#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 the borrowed code in the cmake subdir
SKIP /cmake/WriteBasicConfigVersionFile.cmake|/cmake/CMakePackageConfigHelpers.cmake|/cmake/InstallLocation.cmake|/cmake/InstallLocation.cmake|/cmake/Qt5Portability.cmake|/cmake/ECMGenerateHeaders.cmake|/cmake/ECMGeneratePriFile.cmake|/cmake/ECMQueryQmake.cmake