-
Notifications
You must be signed in to change notification settings - Fork 36
Fix C++ sonar analysis #1212
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
Fix C++ sonar analysis #1212
Conversation
425eccb
| stopUpload(state); | ||
| return resolve(); | ||
| } | ||
| async function progressCallback(progress: number) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just because a sonar error, since progressCalback accepts a sync function and we were sending an async function.
|
sg-gs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as long as we open another PR to keep the sonar analysis on the parts that have seen shutdown on this PR @dajimenezriv-internxt



What
For now we are going to disable the sonar analysis in the addon and the core packages, since they are pointing to their own repos when looking for PRs. In the code side everything is configured but commented.
Also, in windows we have pointed to the local core package instead of the published one, but we will keep the version for linux compatibility.