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

checkers: fix reflect.Value suggestion in redundantSprint #1260

Merged
merged 1 commit into from Aug 28, 2022

Conversation

quasilyte
Copy link
Member

Also enable embedded rules testing: we need to call
InitEmbeddedRules() somewhere inside the testing code
in order for them to be registered.

Fixes #1255

Also enable embedded rules testing: we need to call
InitEmbeddedRules() somewhere inside the testing code
in order for them to be registered.

Fixes #1255
@quasilyte quasilyte force-pushed the quasilyte/redundant_sprint_reflect_value branch from 5ae9c47 to 4039998 Compare August 28, 2022 16:53
checkers/checkers_test.go Show resolved Hide resolved
@quasilyte
Copy link
Member Author

I fixed the external-tests code (removed the false positive reports).
Let me run the tests again.

@quasilyte quasilyte merged commit cb9153b into master Aug 28, 2022
@quasilyte quasilyte deleted the quasilyte/redundant_sprint_reflect_value branch August 28, 2022 17:34
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.

redundantSprint false positive with reflect.Value
2 participants