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

Ignore licenses in hidden directories #399

Merged
merged 2 commits into from
Oct 10, 2022

Commits on Oct 9, 2022

  1. Ignore licenses in hidden directories

    When searching for licenses, files in hidden directories (like .eggs/LICENSE) were
    excluded but not the directories under (.eggs/foo/)..
    
    Don't just hope over hidden directories but remove them from the list
    of directories to search.
    
    Fix conda#398
    beenje committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    77d9be2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Fix typing

    Co-authored-by: Marcelo Duarte Trevisani <marcelotrevisani@users.noreply.github.com>
    beenje and marcelotrevisani authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    3282ee6 View commit details
    Browse the repository at this point in the history