blob: 5f3bd2f6ceb6a3394371e52b64b69ddf8a034e92 [file] [log] [blame]
option('yamldir', type: 'string', description: 'Path to YAML')
option(
'callout_yaml',
type: 'string',
value: 'callouts/callouts-example.yaml',
description: 'Path to Callout YAML',
)
option(
'error_cap',
type: 'integer',
value: 200,
description: 'Max number of error enttries allowed for commit',
)
option(
'error_info_cap',
type: 'integer',
value: 10,
description: 'Cap on informational (and below) severity errors',
)