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(cli): loading configuration files #247

Merged

Conversation

Aparaxium
Copy link
Contributor

The logic for searching for the config file was incorrectly pushing paths to the PathBuf without popping, causing it to look for the wrong file paths.

Why

I found that it was not detecting the yaml configuration files. I investigated and found this.

The logic for searching for the config file was incorrectly pushing paths to the PathBuf without popping, causing it to look for the wrong file paths.
@KeisukeYamashita
Copy link
Owner

Thank you very much!
I'm currently in vacation so I'll check next week.

@KeisukeYamashita KeisukeYamashita changed the title fix: loading configuration files fix(cli): loading configuration files Jan 10, 2024
Copy link
Owner

@KeisukeYamashita KeisukeYamashita 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 very much for catching this, LGTM 🚀
I've update the PR title to pass the lint 🙏

@KeisukeYamashita KeisukeYamashita merged commit 4b86b48 into KeisukeYamashita:main Jan 10, 2024
14 of 16 checks passed
@KeisukeYamashita
Copy link
Owner

I have released the new version, thank you! 👉 https://github.com/KeisukeYamashita/commitlint-rs/releases/tag/v0.1.5

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