Skip to content

style!: rename Option structs to Options#193

Merged
BoxBoxJason merged 1 commit intomainfrom
refactor/option-renaming
Mar 15, 2026
Merged

style!: rename Option structs to Options#193
BoxBoxJason merged 1 commit intomainfrom
refactor/option-renaming

Conversation

@BoxBoxJason
Copy link
Copy Markdown
Owner

Description of your changes

This PR standardizes the "Option" structures (the types that are passed to API requests), all of them are now ending with "Options", instead of having both naming coexisting.

BREAKING CHANGE: all structures that ended with Option now end with Options

I have:

  • Followed the git conventional commit message format.
  • Made sure all changes are covered by proper tests, reaching a coverage of at least 80% when applicable.

How has this code been tested

I have:

  • Made sure make lint passes to verify that the code style is correct.
  • Made sure make test passes to verify that the code is working as intended.
  • Made sure make e2e passes to verify that end-to-end tests pass against a real SonarQube instance.

Signed-off-by: BoxBoxJason <contact@boxboxjason.dev>
@BoxBoxJason BoxBoxJason added this to the User Production Readiness milestone Mar 15, 2026
@BoxBoxJason BoxBoxJason self-assigned this Mar 15, 2026
@BoxBoxJason BoxBoxJason added refactor Refactor the codebase sdk SonarQube golang SDK related work labels Mar 15, 2026
@BoxBoxJason BoxBoxJason merged commit 6ba736f into main Mar 15, 2026
4 checks passed
@BoxBoxJason BoxBoxJason deleted the refactor/option-renaming branch March 15, 2026 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Refactor the codebase sdk SonarQube golang SDK related work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant