jsinspect icon indicating copy to clipboard operation
jsinspect copied to clipboard

Feature Request: Ignore Existing Duplication

Open Kerrick opened this issue 7 years ago • 1 comments

I'd love to start using JSInspect on our code base to make sure no new duplicated code is added. However, we have tens of thousands of lines of code already, some of which has duplications. I'd love to generate some sort of "ignore file" that saves a reference to each failure, and then have future runs point to that file to ignore existing failures while erroring on new ones, even in the same files that the old failures were in.

Kerrick avatar Sep 19 '18 15:09 Kerrick

it would be nicer if it only inspected the files currently changed in git. Should be fairly trivial to implement.

capaj avatar Nov 01 '18 10:11 capaj