]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add sonarlint (#243)
authorTor Jacob Neple <62819835+torjacob@users.noreply.github.com>
Sat, 1 Apr 2023 17:40:35 +0000 (19:40 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Apr 2023 17:40:35 +0000 (19:40 +0200)
programs/sonarlint.json [new file with mode: 0644]

diff --git a/programs/sonarlint.json b/programs/sonarlint.json
new file mode 100644 (file)
index 0000000..98cfba5
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "sonarlint",
+    "files": [
+        {
+            "path": "$HOME/.sonarlint",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```sh\nexport SONARLINT_USER_HOME=\"$XDG_DATA_HOME/sonarlint\"\n```\n\n[Source:](https://groups.google.com/g/sonarlint/c/q8odliz-IoY?pli=1)\n"
+        }
+    ]
+}