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

pc should have option to ignore errors from files not known to git #2

Open
masukomi opened this issue Dec 24, 2019 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@masukomi
Copy link
Owner

Sometimes you don't care that the file isn't known to git. This is frequently the case with a plugin that may not be checking.

We should add a new option that indicates that pc should not return an exit status indicating failure if the only problem is that the file isn't known to git.

Instead it should return the same thing as a request for a file known to git with no comments in it.

maybe -q && --quiet ? I'm not sure if "quiet" is a good thing because its a word whose meaning might expand over time. -g & --gitless ? dunno, that seems worse. I'm open to suggestions.

@masukomi masukomi added enhancement New feature or request good first issue Good for newcomers labels Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant