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

core(lhr): audit id, title, description #5190

Merged
merged 3 commits into from
May 14, 2018
Merged

Conversation

patrickhulce
Copy link
Collaborator

phase 1 of audit property renames, this PR changes the LHR property names but not the source ones in the audits (we can do that piecemeal if need be since that'll be huge)

Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

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

the description removed and added again in a different place is unfortunate. Makes it easy to miss places that need to be changed. But seems like it LGTM! :)

@@ -184,18 +184,19 @@ class Audit {
}

return {
id: audit.meta.name,
title: auditDescription,
Copy link
Member

Choose a reason for hiding this comment

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

rename local auditDescription to auditTitle or whatever?

@brendankenny
Copy link
Member

(we can do that piecemeal if need be since that'll be huge)

Is this just in meta objects or is it more than that?

@patrickhulce
Copy link
Collaborator Author

Is this just in meta objects

mostly just in meta objects but it touches every audit and a few places that consume direct from meta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants