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