]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/pylint.json
Missing three $ in conda help (#443)
[xdg-ninja.git] / programs / pylint.json
index 1f1a002d8bd40e0ed084c047f15bb4e77f0ed27e..4df3e03be4b0b0ad40fff80b70a13124dc1cf285 100644 (file)
@@ -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"
         }
     ]
 }