-
Notifications
You must be signed in to change notification settings - Fork 150
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
feat(AIP-122): disallow embedded resource #1245
Conversation
## Disabling | ||
|
||
If you need to violate this rule, use a leading comment above the method. | ||
Remember to also include an [aip.dev/not-precedent][] comment explaining why. |
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.
this might be a good place to link to notable exceptions in the AIPs.
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.
Sorry, forgot that we need to update this to exclude revisions.
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.
Great, thanks for doing that!
I think this can be merged even without merging aip-dev/google.aip.dev#1192: no one is using the revisions pattern yet anyway, so the existence of the condition wouldn't impact it's usage as a check now.
I agree! Good idea. :) |
Disallow embedding resources in other resources, use resource_references instead.
Enforce guidance added in aip-dev/google.aip.dev#1196.