The load-config function merges in the options last. Those are the CLI options in practice. The issue is output and parallel both have default options, which mean they are always populated in the options map.
As a result, neither output nor parallel can be set via the .splint.edn file.
The
load-config
function merges in theoptions
last. Those are the CLI options in practice. The issue isoutput
andparallel
both have default options, which mean they are always populated in theoptions
map.As a result, neither
output
norparallel
can be set via the.splint.edn
file.