When giving multiple --format to the executable, you also need to specify an --output.<format> per format.
But for github-actions and code-climate this does not work, at least not how documented.
Using --output.github-actions and --output.code-climate like documented and working for other formats,
you get "The number of outputs must match the number of formats".
Using - as a guess - --output.githubActions and --output.codeClimate instead,
you get "Missing outputs for the following formats: github-actions, code-climate".
I guess somewhere the CLI parser does note like the dash or something like that.
Or if it is possible somehow, at least it is well hidden.
Also tried --output.github.actions / --output.code.climate and --output.github_actions / --output.code_climate
When giving multiple
--formatto the executable, you also need to specify an--output.<format>per format.But for
github-actionsandcode-climatethis does not work, at least not how documented.Using
--output.github-actionsand--output.code-climatelike documented and working for other formats,you get "The number of outputs must match the number of formats".
Using - as a guess -
--output.githubActionsand--output.codeClimateinstead,you get "Missing outputs for the following formats: github-actions, code-climate".
I guess somewhere the CLI parser does note like the dash or something like that.
Or if it is possible somehow, at least it is well hidden.
Also tried
--output.github.actions/--output.code.climateand--output.github_actions/--output.code_climate