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

chore(gatsby): cleanup double import of reporter #23906

Merged
merged 1 commit into from May 8, 2020

Conversation

pvdz
Copy link
Contributor

@pvdz pvdz commented May 8, 2020

I introduced a second import to the reporter not realizing that it was already imported under a slightly different name (report instead of the reporter name we widely use). So I'm dropping the new import and renaming the usage to reporter to conform to how we use this file elsewhere.

@pvdz pvdz requested a review from a team as a code owner May 8, 2020 12:42
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 8, 2020
@pvdz pvdz added bot: merge on green Gatsbot will merge these PRs automatically when all tests passes and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels May 8, 2020
Copy link
Contributor

@sidharthachatterjee sidharthachatterjee left a comment

Choose a reason for hiding this comment

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

👍

@gatsbybot gatsbybot merged commit 9b791aa into master May 8, 2020
@delete-merged-branch delete-merged-branch bot deleted the bootstrap-reporter branch May 8, 2020 13:13
@muescha
Copy link
Contributor

muescha commented May 29, 2020

@pvdz there are still more const report = require('gatsby-cli/lib/reporter')

should they refactored too?

@pvdz
Copy link
Contributor Author

pvdz commented Jun 18, 2020

@muescha sorry I missed your question. I think in general consistency is good. In this case it actually looks like @blainekasten is going to sweep that all up in #25058

@muescha
Copy link
Contributor

muescha commented Jun 18, 2020

👍 for more consistency :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: merge on green Gatsbot will merge these PRs automatically when all tests passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants