File: disable_require.if

package info (click to toggle)
selint 1.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,948 kB
  • sloc: ansic: 12,163; yacc: 1,149; makefile: 389; lex: 183; sh: 11
file content (17 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
interface(`foo1', `
	gen_require(`
		class bar1_c { perm }; #selint-disable: W-010
		role bar1_r; #selint-disable: W-011
		bool bar1_b; #selint-disable: W-012
	')

	# empty
')

interface(`foo2', `
	gen_require(`
		type bar3_t, bar4_t; #selint-disable: W-011
	')

	#empty
')