summaryrefslogtreecommitdiff
path: root/rpmio/.splintrc
blob: d82306b549b49e090c183d7889ec60f260a0bc2e (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
-I. -I.. -I../beecrypt -I../popt -I../zlib -DHAVE_CONFIG_H -D_GNU_SOURCE

+partial
+forcehints

-warnunixlib
-warnposix

+unixlib

-unrecogcomments	# XXX ignore doxygen markings

+strict			# lclint level

# --- in progress
+bounds
-bufferoverflowhigh

# --- +partial artifacts
-declundef
-exportheadervar
-exportlocal

-enummemuse
-fcnuse
-typeuse
-varuse

# --- not-yet at strict level
-bitwisesigned		# 204
-elseifcomplete		# 31
-exportconst		# 265
-exportfcn		# 381
-exporttype		# 109
-exportvar		# 32
-fielduse		# 72
-forblock		# tedious
-ifblock		# tedious
-namechecks		# 929 tedious ANSI compliance checks
-ptrarith		# 104

-compdestroy		# 21
-mustdefine		# 34
-sys-dir-errors

-strictops		# 51
-whileblock		# tedious

# --- not-yet at checks level
+enumint		# 117
-mustfree		# 136
-predboolptr		# 156
-usedef			# 9

# --- not-yet at standard level
-boolops		# 116
+boolint		# 11
+charint		# 146
+ignorequals		# 112
+matchanyintegral	# 39