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

ruleguard: improve FieldList and Field matching #342

Merged
merged 1 commit into from Jan 2, 2022

Conversation

quasilyte
Copy link
Owner

Fixes #315

// against a function with no results.
if reflect.ValueOf(n).IsNil() {
continue
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

looks like this if can be a bit higher, before strings.Contains

@quasilyte quasilyte merged commit 4a96fd7 into master Jan 2, 2022
@quasilyte quasilyte deleted the quasilyte/fix_315 branch January 2, 2022 11:53
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.

problem with func return values
2 participants