blob: de37d35fb7a9c306ea99cc67a9bc58de17ef8287 [file] [log] [blame]
Patrick Williamsa5171972021-04-16 20:10:01 -05001option('tests', type: 'feature', description: 'Build tests')
2
Patrick Williamsf06056b2021-04-16 13:38:55 -05003option('yamldir', type: 'string', description: 'Path to YAML')
4option(
5 'callout_yaml',
6 type: 'string',
7 value: 'callouts/callouts-example.yaml',
8 description: 'Path to Callout YAML',
9)
Patrick Williams0bb89f82021-04-16 16:30:04 -050010
11option(
12 'error_cap',
13 type: 'integer',
14 value: 200,
15 description: 'Max number of error enttries allowed for commit',
16)
17option(
18 'error_info_cap',
19 type: 'integer',
20 value: 10,
21 description: 'Cap on informational (and below) severity errors',
22)