-
Notifications
You must be signed in to change notification settings - Fork 3
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
Filter SonarQube Issues by PR Diff Scope #8
Comments
It looks like a combination of This is a quick pass (I'm not very familiar with Go):
|
hey @adenisonafifi thank you very much for reporting it, your solution sounds interesting, i will give it a try |
Thank you for this great project!
I'm testing it out currently and noticed that if the SonarQube issues are outside of the scope of the PR Diff then the Github API request fails:
This likely doesn't occur on smaller repos but my use case has functions with very large scope where pull requests making small changes get labeled with issues from the rest of the function scope.
I'm going to see if I can determine a way to filter out these issues that will not fit on the PR diff.
The text was updated successfully, but these errors were encountered: