You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: