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 exclude flag to exclude paths #14

Merged
merged 2 commits into from
Aug 1, 2018

Commits on Jul 19, 2018

  1. Add exclude flag to exclude paths

    This change adds an -exclude flag that can be specified as many times
    as desired to build a list of excluded paths that will not be factored
    in the go-licenser checks.
    
    Signed-off-by: Marc Lopez <marc5.12@outlook.com>
    marclop committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    e52a042 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Use os.PathSeparator instead of /

    Signed-off-by: Marc Lopez <marc5.12@outlook.com>
    marclop committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    6ed33e6 View commit details
    Browse the repository at this point in the history