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

False Alert #172

Closed
NetOpWibby opened this issue Oct 14, 2016 · 3 comments
Closed

False Alert #172

NetOpWibby opened this issue Oct 14, 2016 · 3 comments

Comments

@NetOpWibby
Copy link

{
  "missing": {
    "ms":["/path/to/app/public/scripts/app/feathers.js", "/path/to/app/public/scripts/app/localstorage.js"],

    "feathers-errors": ["/path/to/app/public/scripts/app/feathers.js", "/path/to/app/public/scripts/app/localstorage.js"],

    "debug": ["/path/to/app/public/scripts/app/feathers.js", "/path/to/app/public/scripts/app/localstorage.js"],

    "feathers-commons": ["/path/to/app/public/scripts/app/feathers.js", "/path/to/app/public/scripts/app/localstorage.js"],

    "feathers-socket-commons": ["/path/to/app/public/scripts/app/feathers.js"],

    "qs": ["/path/to/app/public/scripts/app/feathers.js"],

    "_process": ["/path/to/app/public/scripts/app/feathers.js"],

    "uberproto": ["/path/to/app/public/scripts/app/feathers.js",
    "/path/to/app/public/scripts/app/localstorage.js"],

    "rubberduck": ["/path/to/app/public/scripts/app/feathers.js"],

    "feathers-primus": ["/path/to/app/public/scripts/app/feathers.js"],

    "feathers-query-filters": ["/path/to/app/public/scripts/app/localstorage.js"],

    "feathers-memory": ["/path/to/app/public/scripts/app/localstorage.js"],

    "jquery": ["/path/to/app/public/scripts/plugins/selectize.js"],

    "sifter": ["/path/to/app/public/scripts/plugins/selectize.js"],

    "microplugin": ["/path/to/app/public/scripts/plugins/selectize.js"]
  }
}

I am not using any of these dependencies and my app works just fine. selectize.js is a regular JavaScript/jQuery plugin and localstorage.js comes from Feathers.

Love depcheck btw, no need for wasted space!

@lijunle
Copy link
Member

lijunle commented Oct 17, 2016

@NetOperatorWibby Thank you for report. I am not quite understand your issue. Are you want to ignore selectize.js and localstorage.js files? If you want to ignore all files under /app/public/scripts folder, you could try --ignore-dirs parameter.

@NetOpWibby
Copy link
Author

You are correct. I didn't know about that flag, I just installed the module and did the README said to do.

@lijunle
Copy link
Member

lijunle commented Oct 17, 2016

That is great! I am closing this. If you have more question, please reopen it.

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

2 participants