In the script and regex linter docs I found
Configure this linter by setting these keys in your configuration:
script-and-regex.script Script command to run. This can be the path to a linter script, but may also include flags or use shell features (see below for examples).
script-and-regex.regex The regex to process output with. This regex uses named capturing groups (detailed below) to interpret output.
but it's not clear to me what configuration that refers to. I thought .arclint, but it seems not:
Got unexpected parameters: script-and-regex.script, script-and-regex.regex
It'd be great if the script-and-regex doc included an example of a full configuration, not just the script and regex key/value pairs in isolation.