Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Ability to ignore packages #46

Merged
merged 2 commits into from
Dec 21, 2019
Merged

Ability to ignore packages #46

merged 2 commits into from
Dec 21, 2019

Conversation

jvorcak
Copy link
Member

@jvorcak jvorcak commented Dec 17, 2019

Fixes #41

You can now optionally specify this in your config

"ignored_packages": {
    "python_pipenv": [
      "PyInquirer",
      "setuptools"
    ],
    "npm": [],
    "maven": [],
    "yarn": []
  }

Copy link
Contributor

@4rokis 4rokis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would love to see at least one test there

license_sh/helpers.py Show resolved Hide resolved
tests/runners/test_helpers.py Show resolved Hide resolved
license-sh Show resolved Hide resolved
license-sh Show resolved Hide resolved
license-sh Show resolved Hide resolved
@jvorcak jvorcak mentioned this pull request Dec 17, 2019
@jvorcak
Copy link
Member Author

jvorcak commented Dec 21, 2019

I've added test cases. This is quite a simple functionality so I couldn't think of more corner cases.

@jvorcak jvorcak merged commit b831f0b into master Dec 21, 2019
@jvorcak jvorcak deleted the feature/ignore-packages branch December 21, 2019 13:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore packages
3 participants