forked from KDAB/KDSoap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.krazy
31 lines (25 loc) · 803 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
27
28
29
30
31
CHECKSETS qt5,c++,foss
#KDAB-specific checks
EXTRA kdabcopyright-reuse,fosslicense-reuse
#exclude checks now being done by clazy or clang-tools
EXCLUDE includes,strings,explicit,normalize,passbyvalue,operators,nullstrcompare,nullstrassign,doublequote_chars,qobject,sigsandslots,staticobjects,cpp
#exclude more checks
EXCLUDE qminmax,captruefalse,dpointer,inline,constref
#exclude spelling as codespell is much, much better tool
#too many false positives
EXCLUDE insecurenet
EXCLUDE spelling
EXCLUDE style
#if you have a build subdir, skip it
SKIP /build-
#skip 3rdparty
SKIP /libkode/
SKIP /kdwsdl2cpp/
SKIP /KDQName\.cpp|/KDQName\.h
#skip scripts
SKIP /scripts/
#skip other cmake
SKIP Doxyfile.cmake
SKIP \.cmake-format\.py
#skip the borrowed code in the cmake subdir
SKIP cmake/ECM|/cmake/KDAB/