cqfn / pdd

Command line toolkit for collecting TODO markers from your code, known as Puzzle Driven Development (PDD)
https://www.0pdd.com
MIT License
76 stars 25 forks source link

--fail-on-error #205

Open yegor256 opened 2 years ago

yegor256 commented 2 years ago

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.

yegor256 commented 2 years ago

@mbao01 can you help?

mbao01 commented 2 years ago

@yegor256 Yes, I will work on it

pnatashap commented 7 months ago

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)

yegor256 commented 7 months ago

@pnatashap can you help extend the documentation?