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

Fix validate goal crashing if not configured #14104

Merged
merged 1 commit into from Jan 7, 2022

Conversation

Eric-Arellano
Copy link
Contributor

Closes #12189.

This also will allow us in #14102 to know whether to run validate as part of the lint goal or not. If it isn't configured, we'll skip it.

[ci skip-rust]
[ci skip-build-wheels]

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@Eric-Arellano
Copy link
Contributor Author

Should we cherry-pick? Not sure it's really worth another release candidate.

@stuhood
Copy link
Sponsor Member

stuhood commented Jan 7, 2022

Should we cherry-pick? Not sure it's really worth another release candidate.

It's not a new issue, and I expect that the goal is sufficiently infrequently used that we don't need to pick.

@Eric-Arellano Eric-Arellano merged commit 57a4f69 into pantsbuild:main Jan 7, 2022
@Eric-Arellano Eric-Arellano deleted the fix-validate-unset branch January 7, 2022 16:11
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.

The validate goal behaves badly until configured.
2 participants