-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
misc(audits): removed unused audit meta.category #3554
misc(audits): removed unused audit meta.category #3554
Conversation
ISSUES CLOSED: 3252
Hero! |
amazing! 👏 |
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.
Looks like that search work wasn't trivial :) Thanks!
I only see the one issue and one more thing that can be deleted, otherwise looking good
@@ -196,7 +196,6 @@ function collateResults(actual, expected) { | |||
const diff = findDifference(auditName, actualResult, expectedResult); | |||
|
|||
return { | |||
category: auditName, |
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.
the two in this file are a different category
and should stay :)
@@ -212,10 +211,6 @@ describe('Config', () => { | |||
}), /audit\(\) method/); | |||
|
|||
assert.throws(_ => new Config({ | |||
audits: [basePath + '/missing-category'], |
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.
will you also delete the file this was loading (lighthouse-core/test/fixtures/invalid-audits/missing-category.js
)
one more in lighthouse/lighthouse-cli/types/types.ts Line 23 in 487bee6
|
@brendankenny code review fixes applied 👍 |
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.
LGTM thanks for the work here!
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.
LGTM2, thanks!
Closes #3252