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

feat: added skipping of package.json check if package is whitelisted (resolves #118) #136

Merged
merged 7 commits into from
May 25, 2020

Conversation

mat-sz
Copy link
Contributor

@mat-sz mat-sz commented May 18, 2020

I'm setting default values for name and version, just to not cause issues further down the road.

Resolves #118.

Copy link
Contributor

@JustinBeckwith JustinBeckwith left a comment

Choose a reason for hiding this comment

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

Thank you for the PR! Could I trouble you for some tests as well?

src/checker.ts Outdated Show resolved Hide resolved
src/checker.ts Outdated Show resolved Hide resolved
@mat-sz
Copy link
Contributor Author

mat-sz commented May 18, 2020

@JustinBeckwith Thank you for the suggestions, I've resolved the issues and added a test.

Also, I've moved the function away from reliance on JS undefined casting into a string "undefined" by adding an explicit || "undefined".

@mat-sz
Copy link
Contributor Author

mat-sz commented May 25, 2020

@JustinBeckwith Apologies for the repeated mention, is there anything else required for this PR?

@JustinBeckwith
Copy link
Contributor

Thanks for sticking with me on the changes!

@JustinBeckwith JustinBeckwith merged commit 0d95d18 into google:master May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken subpackages can't be whitelisted
3 participants