-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Configure output for sonar #458
Comments
Provided PR #475 as a proposal to support additional output formats in the GH action |
Any ideas when this feature can be introduced @gessnerfl ? |
@AFMiziara : I'm using my fork of this action at the moment and it is working fine. I have no idea if it will be included into the official action as I also wait for a response. |
Much needed! Going to use fork for now. |
same here - would be nice if we can use the this github action in combination with the sonar github action. can we somehow help to drive this forward? maybe rebase the fork for easier merging? |
Any update on this? :) |
The only requirement here is to keep My suggestion is to parse the flag |
Judging from your requirements something like master...jrehwaldt:golangci-lint-action:support-out-format-args-overwrite ? I can make this a PR, refine it or you can go with #613 if that already suits your needs already. |
This comment was marked as outdated.
This comment was marked as outdated.
Your branch seem better 🤔 |
@jrehwaldt can you open a PR? |
Check out #769. |
I try to configure golangci-lint-action to provide output in checkstyle format as required by SonarCloud (https://docs.sonarqube.org/latest/analysis/external-issues/). Therefore I added the following configuration to the project:
It seems that the configuration is not working as the output format is passed as CLI parameter to the action.
I tried to explicitly set the output format as
args
in thewith
configuration part of the action but this results in the error:I tried to configure both output formats (github action + checkstyle) to get the github annotations and in addition the checkstyle report for Sonar.
How can I adopt the output format?
The text was updated successfully, but these errors were encountered: