Skip to content

Pulling git logic out of config file #609

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

Merged
merged 5 commits into from
Dec 3, 2021
Merged

Conversation

brandenrodgers
Copy link
Contributor

Description and Context

I was digging into a user-reported issue, and I was having trouble reading through the config.js file. It's getting pretty large so I pulled some code that doesn't need to live within it out.

I also noticed we're using global variables for _config and _configPath. I updated the file so that we only ever update _config via the setConfig util.

None of these changes should have any impact at all on the current functionality. It's just an attempt to make the config file a little easier to read through.

Screenshots

N/A

TODO

Who to Notify

@brandenrodgers brandenrodgers merged commit f1108e5 into master Dec 3, 2021
@brandenrodgers brandenrodgers deleted the config-cleanup branch December 3, 2021 21:45
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.

2 participants