betterer icon indicating copy to clipboard operation
betterer copied to clipboard

Feature Request: Show all errors per file, instead of just first

Open TedGardner opened this issue 2 years ago • 2 comments
trafficstars

When using Betterer to incrementally update a large project, it can take a long time to run through the tests. Only showing the first error encountered in a file isn't very helpful because it requires re-running Betterer each time an error is fixed, which can be a very time consuming process.

Please allow a configuration option to show all results, instead of just the first result.

TedGardner avatar Feb 14 '23 14:02 TedGardner

Does betterer results not do what you want? https://phenomnomnominal.github.io/betterer/docs/results-summary

phenomnomnominal avatar Feb 14 '23 20:02 phenomnomnominal

I mean new errors, not old ones reported by the results command. When you get more than one per file, the errors are listed under a bit that says “Showing first of N new issues”. It would be more convenient to show all of them if it takes too long to run the tests.

TedGardner avatar Feb 14 '23 20:02 TedGardner