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