"name": "pylint",
"files": [
{
- "path": "${HOME}/.pylint.d",
+ "path": "$HOME/.pylint.d",
"movable": true,
- "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=\"${XDG_CACHE_HOME}\"/pylint\n```\n"
+ "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=\"$XDG_CACHE_HOME\"/pylint\n```\n"
}
]
}