forked from KDAB/KDBindings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.krazy
27 lines (22 loc) · 751 Bytes
/
.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
CHECKSETS c++
#KDAB-specific checks
EXTRA kdabcopyright-reuse,kdabcontactus,fosslicense-reuse
#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,postfixop
#exclude more checks
EXCLUDE style
#if you have a build subdir, skip it
SKIP /build-
#skip 3rdparty
SKIP /genindex_array.c|/genindex_array.h
#skip generated files
SKIP /tests/doctest/doctest.h
#skip CMake files
SKIP Doxyfile.cmake
SKIP /KDBindingsConfig.cmake.in
#skip more files
SKIP CMakePresets.json
#skip the borrowed code in the cmake subdir
SKIP /cmake/ECM/|/cmake/InstallLocation.cmake