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

Enable partial matching on allow-only/fail-on #186

Merged
merged 2 commits into from
Mar 28, 2024

Commits on Mar 26, 2024

  1. Enable partial matching on allow-only/fail-on

    This changeset introduces a way to do partial matching on license names.
    
    Say, to match all BSD licenses for a given --fail-on=BSD.
    
    To do so, it:
    * Introduces a new cli boolean parameter (default false), called --partial-match
      When enabled, enables partial matching.
    * Introduces code to mimic slower, partial-match inntersection/diff methods
    * Introduces tests to test how this works
    costasd committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7ccee8f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    f69136c View commit details
    Browse the repository at this point in the history