-
Notifications
You must be signed in to change notification settings - Fork 7
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
Address linting ssues #42
Open
Comments
tenthirtyam
added
technical-debt
Technical Debt
and removed
pending-review
Pending Review
labels
Jan 7, 2025
Open
11 tasks
tenthirtyam
added a commit
that referenced
this issue
Jan 22, 2025
Removd format for arguments that are already a string. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 22, 2025
Removed format for arguments that are already a string. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
Open
11 tasks
Open
11 tasks
tenthirtyam
added a commit
that referenced
this issue
Jan 22, 2025
Removes unused structs from the `hcx/client.go` file to clean up the codebase. * Removed the `updateConfigurationModule` struct, which was not being used. * Removed the `updateConfigurationModuleBody` struct, which was not being used. * Removed the `enterprise_get_object_groups` struct, which was not being used. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 23, 2025
Removes the use of underscores in Go names. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
11 tasks
11 tasks
tenthirtyam
added a commit
that referenced
this issue
Jan 23, 2025
Use Shorthand Increment Operator: Replace `errcount += 1` with `errcount++`, as it is a more concise and conventional way to increment an integer by 1 in Go. This minor refactoring improves code readability and aligns with common Go practices. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 23, 2025
- Updates `HcxCloudAuthorizationBody` to `CloudAuthorizationBody`. - Updates `HcxCloudAuthenticate` to `CloudAuthenticate`. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
This was
linked to
pull requests
Jan 23, 2025
Merged
Merged
tenthirtyam
added a commit
that referenced
this issue
Jan 23, 2025
Removes the use of underscores in Go names. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 24, 2025
- Updates `HcxCloudAuthorizationBody` to `CloudAuthorizationBody`. - Updates `HcxCloudAuthenticate` to `CloudAuthenticate`. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 24, 2025
Removed format for arguments that are already a string. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 24, 2025
Use Shorthand Increment Operator: Replace `errcount += 1` with `errcount++`, as it is a more concise and conventional way to increment an integer by 1 in Go. This minor refactoring improves code readability and aligns with common Go practices. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 24, 2025
Use Shorthand Increment Operator: Replace `errcount += 1` with `errcount++`, as it is a more concise and conventional way to increment an integer by 1 in Go. This minor refactoring improves code readability and aligns with common Go practices. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 24, 2025
Removed format for arguments that are already a string. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
Merged
11 tasks
tenthirtyam
added a commit
that referenced
this issue
Jan 24, 2025
Removed format for arguments that are already a string. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 24, 2025
Removed format for arguments that are already a string. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 24, 2025
Removes the use of underscores in Go names. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
added a commit
that referenced
this issue
Jan 24, 2025
Removes the use of underscores in Go names. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Technical Debt:
Address issues found running
golangci-lint run
ormake lint
:The text was updated successfully, but these errors were encountered: