Skip to content

Output file for github-actions and code-climate formatters cannot be specified #2926

Description

@Vampire

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions