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

Forbid most magic methods on enums #8890

Merged
merged 2 commits into from Dec 12, 2022

Conversation

weirdan
Copy link
Collaborator

@weirdan weirdan commented Dec 12, 2022

Fixes #8889

Additionally this fixes case-sensitivity of
MethodSignatureMustOmitReturnType issue

Fixes #8888

Fixes vimeo#8889

Additionally this fixes case-sensitivity of
MethodSignatureMustOmitReturnType issue

Fixes vimeo#8888
@weirdan weirdan added release:feature The PR will be included in 'Features' section of the release notes release:fix The PR will be included in 'Fixes' section of the release notes labels Dec 12, 2022
@weirdan weirdan merged commit fb685a1 into vimeo:master Dec 12, 2022
@weirdan weirdan deleted the enum-forbidden-methods branch December 12, 2022 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:feature The PR will be included in 'Features' section of the release notes release:fix The PR will be included in 'Fixes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Most magic methods are forbidden on enums MethodSignatureMustOmitReturnType is case-sensitive
1 participant