You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When GitHub executes the action it fails with the following error
Property 'formatting' is misspelled or does not exist.
Run failed with 1 invalid config property.
- Property 'formatting' is misspelled or does not exist.
Passing the parameter -formatting or --formatting does not change the outcome.
In the cli documentation https://detekt.dev/docs/gettingstarted/cli/ there is a following mention of formatting below --auto-correct option: The additional 'formatting' rule set, added with '--plugins', does support it and needs this flag.
In --plugins you have following description: Extra paths to plugin jars separated by ',' or ';'.
Hello all,
We use the detekt GitHub action as follows (shortend to relevant parts only):
When GitHub executes the action it fails with the following error
Passing the parameter
-formatting
or--formatting
does not change the outcome.formatting
was added in 1.20.0 (https://detekt.dev/changelog.html#1200---2022-04-14) but is not documented in cli parameters (https://detekt.dev/cli.html#use-the-cli) so I am not sure which component actually has the issue. This GitHub action project or detekt itself.Thanks in advance for your input!
The text was updated successfully, but these errors were encountered: