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

exclude debug.go #11866

Merged
merged 1 commit into from
Jan 24, 2024
Merged

exclude debug.go #11866

merged 1 commit into from
Jan 24, 2024

Conversation

shileiwill
Copy link
Contributor

@shileiwill shileiwill commented Jan 23, 2024

Sync-ed with team, we have decided to exclude the script from sonar checks for now rather than spending time making the cosmetic surgery to make the debug function more modular. Some reasons as following:

This debug.go is a script, and we might need to completely change this within half a year so as to reflect our logic in the backend or contract.
We plan to have UI for the debugging script, so we will need to define the protocols to integrate with front end. so that will require some refactoring of the code
with the waterfall mode in the debugging script, it is relatively easy to understand the steps. Moving to smaller functions requires passing in a ton of params, making the code not as clean.
the script is "low fidelity prototype", should iterate quickly

Copy link
Contributor

I see that you haven't updated any README files. Would it make sense to do so?

@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@shileiwill shileiwill marked this pull request as ready for review January 23, 2024 23:19
@shileiwill shileiwill added this pull request to the merge queue Jan 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 23, 2024
@shileiwill shileiwill added this pull request to the merge queue Jan 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 24, 2024
@shileiwill shileiwill added this pull request to the merge queue Jan 24, 2024
Merged via the queue into develop with commit 043f6a4 Jan 24, 2024
94 checks passed
@shileiwill shileiwill deleted the AUTO-8837-exclude-debug branch January 24, 2024 00:33
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

Successfully merging this pull request may close these issues.

2 participants