From 06ed0bca3703ff257616777a9610989a0b8199e3 Mon Sep 17 00:00:00 2001 From: Anton Fischl Date: Fri, 15 Apr 2022 09:01:46 +0200 Subject: [PATCH] .shellcheckrc: allow /sbin/openrc-run as shell Signed-off-by: Anton Fischl --- .shellcheckrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.shellcheckrc b/.shellcheckrc index 6cd1589..8d06ade 100644 --- a/.shellcheckrc +++ b/.shellcheckrc @@ -1,2 +1,3 @@ +shell=/sbin/openrc-run disable=SC2034 disable=SC2148