Skip to content

Commit

Permalink
bird2-babelpatch: silence linter
Browse files Browse the repository at this point in the history
(cherry picked from commit bbd3bc7)
  • Loading branch information
spolack committed Nov 21, 2024
1 parent a0270c1 commit 3699d41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/bird2-babelpatch/files/bird.init
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2010-2017 OpenWrt.org

# Ignore a few shellchecks:
# - SC2034: USE_PROCD, START, STOP appears unused
# - SC3043: In POSIX sh, 'local' is undefined

# shellcheck disable=SC2034
# shellcheck disable=SC3043

USE_PROCD=1
START=70
STOP=10
Expand Down

0 comments on commit 3699d41

Please sign in to comment.