X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/ac241ce7615d5323603d7e5adbd71ec20f780ebd..HEAD:/programs/pylint.json?ds=sidebyside diff --git a/programs/pylint.json b/programs/pylint.json index 3e157fd..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" } ] }