-
Notifications
You must be signed in to change notification settings - Fork 26
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
--fail-on-error #205
Labels
Comments
@mbao01 can you help? |
@yegor256 Yes, I will work on it |
For now fail-on-error is default behaviour, but there is a flag --skip-errors not applied by default (and can be discovered only in source code as NOT mentioned in documentation) |
@pnatashap can you help extend the documentation? |
pnatashap
added a commit
to pnatashap/pdd
that referenced
this issue
Jan 17, 2024
pnatashap
added a commit
to pnatashap/pdd
that referenced
this issue
Jan 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's add this command line option. If it's provided,
pdd
should stop processing after the first mistake. If not, it should print the error and continue processing the next file. Thus, if this option is NOT provided,pdd
should not fail no matter how many errors it meets.The text was updated successfully, but these errors were encountered: