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: Support custom toml file path #19

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

max-muoto
Copy link
Contributor

@max-muoto max-muoto commented Jan 29, 2025

Add ability to support a custom toml configuration path.


const MIN_VERSION_WITH_CONFIG = {
major: 0,
minor: 24,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We'll tweak this before merging.

patch: 0,
};


Copy link
Contributor Author

Choose a reason for hiding this comment

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

Doesn't seem we enforce any type of formatting? Mind if I do a quick follow-up adding Biome?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah that works for me 👍 I've typically used prettier but Biome looks good.

@max-muoto max-muoto force-pushed the support-custom-toml-path branch from 6125e90 to 7e36d73 Compare February 3, 2025 03:10
@max-muoto max-muoto marked this pull request as ready for review February 3, 2025 03:10
Copy link
Member

@emdoyle emdoyle left a comment

Choose a reason for hiding this comment

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

This looks good! Left a comment on the Tach counterpart which should be merged and released first (saw your comment about min version, most likely will release under 0.25.0)

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