Skip to content

Add no-pare option

Frank Duncan requested to merge include-from-file into main

Created by: jvasile

I've reformulated this as a no-pare option instead of an include-from-file option:

Specify review numbers in a file named FNAME, one per line, then pass '--no-pare=FNAME --pare=100' to fix-csv. It will pare as usual except that if an item is on the no-pare list, it won't pare it. This allows the speed-up of paring but makes sure interesting items end up in the output, which is good for debugging and testing.

Merge request reports