Skip to content

Conversation

@pawelsag
Copy link
Contributor

Fixes: Override style-guide citation links and references #519

@google-cla google-cla bot added the cla: yes All contributors in pull request have signed the CLA with Google. label May 15, 2021
@pawelsag pawelsag requested a review from hzeller May 15, 2021 16:37
@pawelsag pawelsag force-pushed the psagan/override_style_guide branch from c0764fa to 198b208 Compare May 15, 2021 16:41
Copy link
Collaborator

@hzeller hzeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First quick round of comments.

return absl::OkStatus();
}

static void AppendCitation(CustomCitationMap& citations,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Output parameters should usually be at the end;

Also it is custom in this code-base to have output parameters pointers instead of references, but given that this is a static helper function used right afterwards, the confusion about it being a reference is probably not that big, so if you really prefer the reference, keep it :)

@pawelsag pawelsag force-pushed the psagan/override_style_guide branch from b58a5b3 to 565ee92 Compare May 21, 2021 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes All contributors in pull request have signed the CLA with Google.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants