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

The library should return the failed lints #396

Open
marcoieni opened this issue Feb 23, 2023 · 0 comments
Open

The library should return the failed lints #396

marcoieni opened this issue Feb 23, 2023 · 0 comments
Labels
C-enhancement Category: raise the bar on expectations

Comments

@marcoieni
Copy link
Contributor

Describe your use case

I want to use cargo-semver-checks as a library.
Right now the library only tells if the check was successful or not.
I want to know which checks failed and where.

Describe the solution you'd like

Add failed checks to this struct:

success: bool,

Alternatives, if applicable

No response

Additional Context

I started working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: raise the bar on expectations
Projects
None yet
Development

No branches or pull requests

1 participant