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

Remove exportloopref linter #2

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Remove exportloopref linter #2

merged 2 commits into from
Nov 18, 2024

Conversation

uudashr
Copy link
Owner

@uudashr uudashr commented Nov 18, 2024

Remove deprecated linter exportloopref

@uudashr uudashr requested a review from Copilot November 18, 2024 04:36
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no suggestions.

@uudashr uudashr requested a review from Copilot November 18, 2024 04:42
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no suggestions.

Comments skipped due to low confidence (1)

opaque/opaque.go:136

  • The use of 'range' with 'typ.Len()' is incorrect. 'typ.Len()' returns an integer, not a slice or array. It should be reverted to 'for i := 0; i < typ.Len(); i++ {'.
for i := range typ.Len() {

@uudashr uudashr merged commit d8db858 into master Nov 18, 2024
3 checks passed
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.

1 participant