commit | 479dcae08c2964da34339032a5e9ea6d2170966f | [log] [tgz] |
---|---|---|
author | Peter Pentchev <pp@storpool.com> | Tue Nov 15 14:38:01 2022 +0200 |
committer | Peter Pentchev <pp@storpool.com> | Tue Nov 15 14:44:19 2022 +0200 |
tree | ba42e2b76089a73eb797a76e2787b6e710a90399 | |
parent | 5b2830e9776d9d701890ad55038fde47b2307c8a [diff] [blame] |
gifn: add a shellcheck config file Change-Id: I78e868cf81032e39da07dda4b3b27787fc5ba1ed
diff --git a/tools/git-if-needed/shellcheckrc b/tools/git-if-needed/shellcheckrc new file mode 100644 index 0000000..2a4d199 --- /dev/null +++ b/tools/git-if-needed/shellcheckrc
@@ -0,0 +1,3 @@ +shell=dash +enable=all +disable=SC2250