]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/pylint.json
Add support for 1Password CLI. (#493)
[xdg-ninja.git] / programs / pylint.json
index 7f196d31aad55b8408650def11485cdc60d2e361..4df3e03be4b0b0ad40fff80b70a13124dc1cf285 100644 (file)
@@ -2,9 +2,14 @@
     "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"
         }
     ]
 }