aboutsummaryrefslogtreecommitdiff
path: root/files/.eget.toml
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2024-03-29 20:59:27 +0500
committerAnton Bobov <anton@bobov.name>2024-03-29 21:03:03 +0500
commit32410f5b8f5b4637025fff3eae16e9749791f569 (patch)
tree4a6b10f00c7d307f932d41efa0534c33162ff076 /files/.eget.toml
parentc8815a07b41416992e8bbdb6f3e01903db059753 (diff)
[eget] Add shellcheck
Diffstat (limited to 'files/.eget.toml')
-rw-r--r--files/.eget.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.eget.toml b/files/.eget.toml
index 57a9d39..f56b6e9 100644
--- a/files/.eget.toml
+++ b/files/.eget.toml
@@ -10,6 +10,9 @@ upgrade_only = true
asset_filters = [ "nnn-nerd-static" ]
target = "~/.local/bin/nnn"
+# ShellCheck, a static analysis tool for shell scripts
+["koalaman/shellcheck"]
+
# A shell parser, formatter, and interpreter with bash support; includes shfmt
["mvdan/sh"]
target = "~/.local/bin/shfmt"