Skip to content

Commit 09d7772

Browse files
christoph-zededaeriknordmark
authored andcommitted
yetus: disable shellcheck SC3043
local variables make the code more reliable by decreasing the chance of overwriting variables of other functions Signed-off-by: Christoph Ostarek <[email protected]>
1 parent 7a304ae commit 09d7772

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkg/wwan/usr/bin/wwan-init.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# shellcheck disable=SC2039
33
# shellcheck disable=SC2155
44
# shellcheck disable=SC2034 # Constants defined here are used by sourced wwan-qmi.sh and wwan-mbim.sh
5-
# shellcheck disable=SC3043
65
# set -x
76

87
# Currently our message bus is files in /run

shellcheckrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable=SC3043

0 commit comments

Comments
 (0)