File: .krazy

package info (click to toggle)
charmtimetracker 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,340 kB
  • sloc: cpp: 19,176; xml: 284; python: 120; makefile: 14
file content (21 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CHECKSETS qt4,c++,foss

#exclude intrusive checks to investigate later
EXCLUDE nullstrassign

#KDAB-specific checks
EXTRA kdabcopyright

#additional checks
EXTRA camelcase,null,defines,crud

#skip Keychain
SKIP /Charm/Keychain/keychain
#if you have a build subdir, skip it
SKIP /build-

#other skips
SKIP /CharmCMake.h.cmake

#skip the borrowed code in the cmake subdir
SKIP /cmake/ECM/