From 32410f5b8f5b4637025fff3eae16e9749791f569 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 29 Mar 2024 20:59:27 +0500 Subject: [eget] Add shellcheck --- files/.eget.toml | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3