-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix non accessible declarations under @objcMembers #2501
Fix non accessible declarations under @objcMembers #2501
Conversation
f15287c
to
e7d3179
Compare
Generated by 🚫 Danger |
Thanks for the fix! I made some small changes and pushed to your branch:
I have one last question before we can merge this: why did you bump the minimum Swift version to 4.1? Whatever the reason, it'd be good to add a comment explaining why this rule wouldn't be available to older Swift versions. |
thanks for cleaning the code up, the PR was originally a bit sloppy.
The ACL attribute modifiers ( |
Sounds good, thanks! |
* Fix non accessible declarations under @objcMembers * Refactor to avoid false optionality * fixup changelog
Issue reported as comment under #2270 PR.