Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github action with plugins error #42

Open
Jparrgam opened this issue Sep 14, 2022 · 1 comment
Open

Github action with plugins error #42

Jparrgam opened this issue Sep 14, 2022 · 1 comment

Comments

@Jparrgam
Copy link

hello I'm using plugins but it's generating errors

this is the plugin i am using
https://github.com/twitter/compose-rules

java -jar /opt/detekt.jar --config config/detekt/detekt.yml --report xml:detekt_report.xml --excludes **/build/**,**/.idea/** --plugins /opt/detekt-formatting.jar,config/detekt/detekt-0.0.3.jar, config/detekt/common-0.0.3.jar 
Was passed main parameter 'config/detekt/common-0.0.3.jar' but no main parameter was defined in your arg class
@alaegin
Copy link
Owner

alaegin commented Oct 30, 2022

It seems like the space between config/detekt/detekt-0.0.3.jar, config/detekt/common-0.0.3.jar is a mistake
Could you please try to remove it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants