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

Add ignore dependencies option in config file #37

Merged
merged 9 commits into from
Jun 23, 2021

Commits on Jun 23, 2021

  1. Add cli option to ignore certain dependencies

    This will enable project to ignore libraries while running the supported tool
    sparshithNR committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    f91d0d9 View commit details
    Browse the repository at this point in the history
  2. correct the ignore count when dep is not present.

    sparshithNR committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e3eb2bf View commit details
    Browse the repository at this point in the history
  3. Fix eslint

    sparshithNR committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    00c1ee2 View commit details
    Browse the repository at this point in the history
  4. Read ignoreDep from config file

    sparshithNR committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    4c8df23 View commit details
    Browse the repository at this point in the history
  5. Lint issue fix

    sparshithNR committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e93cc64 View commit details
    Browse the repository at this point in the history
  6. merge the ignoreDep from cli and config then dedup

    sparshithNR committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    c8a807a View commit details
    Browse the repository at this point in the history
  7. Remove cli option to ignore dep

    sparshithNR committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    15e7c77 View commit details
    Browse the repository at this point in the history
  8. adding more tests

    sparshithNR committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    93c4a36 View commit details
    Browse the repository at this point in the history
  9. check the exit status.

    sparshithNR committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    087839c View commit details
    Browse the repository at this point in the history