"name": "pylint",
"files": [
{
- "path": "${HOME}/.pylint.d",
- "moveable": true,
- "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=${XDG_CACHE_HOME}/pylint\n```\n"
+ "path": "$HOME/.pylint.d",
+ "movable": true,
+ "help": "Supported by default.\n\nYou can move the directory to _$XDG_CACHE_HOME/pylint_.\n"
+ },
+ {
+ "path": "$HOME/.pylintrc",
+ "movable": true,
+ "help": "Supported by default, but uses the old location if it exists.\n\nYou can move the file to _$XDG_CONFIG_HOME/pylintrc_.\n"
}
]
}