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

Omit LICENSE file when license is set to none #937

Closed
wants to merge 2 commits into from

Commits on Jan 22, 2020

  1. Write temporary test files in temp directory

    Instead of writing to the current working directory, pick a random temp
    directory to test the CLI commands, keeping the working directory free
    of test side effects.
    
    In some cases the system default temp dir will also have some advantages
    like being mounted in an in-memory tmpfs.
    rhcarvalho committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    748b14c View commit details
    Browse the repository at this point in the history
  2. Omit LICENSE file when licence is set to none

    Creating a project without a license should not create an empty LICENSE
    file.
    rhcarvalho committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    3bba6a2 View commit details
    Browse the repository at this point in the history