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 config search #23

Merged
merged 3 commits into from
Dec 12, 2019
Merged

Fix config search #23

merged 3 commits into from
Dec 12, 2019

Conversation

Jake-Shadle
Copy link
Member

@Jake-Shadle Jake-Shadle commented Dec 12, 2019

Previously, cargo-about would search up from the manifest path to find an about.toml to use for configuration, but it would use the default config if it hit a directory that didn't have a Cargo.toml in it, it now doesn't care about that, and will continue searching parents until there are none. It will also print a warning when no config is found and it falls back to the default configuration.

Also prints a warning when no about.toml
can be found to alert the user it's going to
use the defualt configuration
@Jake-Shadle Jake-Shadle merged commit 78f1b90 into master Dec 12, 2019
@mergify mergify bot deleted the fix-config-search branch December 12, 2019 15:15
Jake-Shadle pushed a commit that referenced this pull request Mar 15, 2021
* Use our new badges

* .games -> .dev

* https
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