-
Notifications
You must be signed in to change notification settings - Fork 350
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
Inhibit warnings per single pod #10
Conversation
@@ -355,6 +373,7 @@ def set_platform(name, target = nil) | |||
# | |||
def store_pod(name, *requirements) | |||
if requirements && !requirements.empty? | |||
inhibit_warnings_if_asked(name, requirements) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternative name proposal: process_warning_inhibition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or parse_inhibit_warnings
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good!
@@ -392,8 +411,6 @@ def store_podspec(options = nil) | |||
|
|||
#-----------------------------------------------------------------------# | |||
|
|||
public |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see what you mean. The style that I was following is to open every new YARDoc group with the line to separate it, and then indicate the visibility regardless of the one of the previous group.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh.. got it. do you want me to force-push? 😸
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆
Inhibit warnings per single pod
Inhibit warnings per single pod
Finally - thanks to @irrationalfab 's support :)