Skip to content

Commit 723824f

Browse files
committed
bird3: add procd shellcheck exemptions
Signed-off-by: Packet Please <[email protected]> (cherry picked from commit 4b9d333)
1 parent ea216a0 commit 723824f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/bird3-babelpatch/files/bird.init

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#!/bin/sh /etc/rc.common
22
# Copyright (C) 2010-2017 OpenWrt.org
33

4+
# Ignore a few shellchecks:
5+
# - SC2034: USE_PROCD, START, STOP appears unused
6+
# - SC3043: In POSIX sh, 'local' is undefined
7+
8+
# shellcheck disable=SC2034
9+
# shellcheck disable=SC3043
10+
411
USE_PROCD=1
512
START=70
613
STOP=10

0 commit comments

Comments
 (0)