Skip to content

Commit 33ee924

Browse files
spolackpktpls
authored andcommitted
bird2-babelpatch: silence linter
1 parent 6e4027e commit 33ee924

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/bird2-babelpatch/files/bird.init

+7
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)