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

better --ignores documentation #164

Closed
gregglind opened this issue Aug 19, 2016 · 2 comments
Closed

better --ignores documentation #164

gregglind opened this issue Aug 19, 2016 · 2 comments

Comments

@gregglind
Copy link

Perhaps I am not clear on what --ignores is for, or how to use it.

In my example below, I want to tell it to silence everything about missing the sdk module [1].

$ depcheck --ignores=sdk . --json | json missing
{
  "sdk": [
    "/Users/glind/someproject/lib/somefile.js",
  ]
}

[1] sdk is included by the loader by default in Firefox addons.

@lijunle
Copy link
Member

lijunle commented Aug 23, 2016

I think you want --ignore-dirs parameter.

@mnkhouri
Copy link
Member

The Readme seems in pretty good shape right now, most likely it has been updated since this issue was opened -- please feel free to open a new issue if there are any more suggestions!

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

No branches or pull requests

3 participants