Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Ignore Existing Duplication #78

Open
Kerrick opened this issue Sep 19, 2018 · 1 comment
Open

Feature Request: Ignore Existing Duplication #78

Kerrick opened this issue Sep 19, 2018 · 1 comment

Comments

@Kerrick
Copy link

Kerrick commented Sep 19, 2018

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.

@capaj
Copy link

capaj commented Nov 1, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants