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

chore(*): enable revive.flag-parameter rules #416

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

lsytj0413
Copy link
Contributor

No description provided.

return nil, ErrBase64ValueInvalid
}
return decoded, nil
func convertBinaryValue(value string) ([]byte, error) {
Copy link
Member

Choose a reason for hiding this comment

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

convertToBinary or convertTo ?

Because convert binary value looks like we want to convert a binary to other type. :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

rename to convertFromBinaryValue,because when this is called, the value is an Binary base64 format.

@lsytj0413 lsytj0413 force-pushed the add-revive-flag-parameter branch from e1b18e0 to 3fd9445 Compare December 28, 2023 08:38
@lsytj0413 lsytj0413 force-pushed the add-revive-flag-parameter branch from 3fd9445 to 75b918e Compare December 28, 2023 11:09
@merlimat merlimat merged commit d7f48c7 into streamnative:main Dec 28, 2023
4 checks passed
@lsytj0413 lsytj0413 deleted the add-revive-flag-parameter branch December 29, 2023 01:27
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.

3 participants