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

Avoid creating .cache directory in cwd #1419

Merged
merged 3 commits into from
Mar 3, 2021
Merged

Avoid creating .cache directory in cwd #1419

merged 3 commits into from
Mar 3, 2021

Commits on Mar 2, 2021

  1. Avoid creating .cache directory in cwd

    Instead of always using cwd for the .cache folder, we now try to use
    the project_dir for that, which defaults to the location of
    .ansiblelint config file.
    
    If there is no config file found and git fails to report a project
    root, it will use ~/.cache
    ssbarnea committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    e2065c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Update docs/usage.rst

    Co-authored-by: Amin Vakil <info@aminvakil.com>
    ssbarnea and Amin Vakil committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    7392177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    554d1b5 View commit details
    Browse the repository at this point in the history