We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa6224 commit ea887d8Copy full SHA for ea887d8
src/ansiblelint/config.py
@@ -23,7 +23,7 @@
23
24
25
CACHE_DIR = (
26
- os.path.expanduser(os.environ.get("XDG_CONFIG_CACHE", "~/.cache")) + "/ansible-lint"
+ os.path.expanduser(os.environ.get("XDG_CACHE_HOME", "~/.cache")) + "/ansible-lint"
27
)
28
29
DEFAULT_WARN_LIST = [
0 commit comments