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

Adds support for new type alias any in the rule redefines-built-in #659

Merged
merged 2 commits into from Mar 29, 2022

Conversation

chavacava
Copy link
Collaborator

New type alias any (equivalent to interface{}) was introduced in GO 1.18
This PR adds any to the list of built-in identifiers checked by the the redefines-built-in rule.

@chavacava chavacava merged commit fa939ad into master Mar 29, 2022
@chavacava chavacava deleted the update-built-ins branch March 30, 2022 11:01
subham-deepsource pushed a commit to DeepSourceCorp/revive that referenced this pull request Apr 8, 2022
mgechev#659)

* adds support for any type alias

* adds more representative tests
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.

None yet

1 participant