I have a change pending that allows registering recursive options at the goal level, for all tasks in the goal. So that, e.g., you can turn all linters off or on with a single
--lint-skip
flag instead of having to specify a flag for each linter, but you can still set these per-linter if you want to.