X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/b1e9bca3febc4ee29b647b1afcd575acf8edeaa2..1d0b74e1ee4d6440b771db607f45e2996635318b:/programs/pylint.json diff --git a/programs/pylint.json b/programs/pylint.json index ee71773..4df3e03 100644 --- a/programs/pylint.json +++ b/programs/pylint.json @@ -2,9 +2,14 @@ "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": "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" } ] }