mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-08-18 21:17:29 +00:00
ci: suppress the quote-expansion lint on the gate's backtick-bearing fixture line
The must_pass fixture deliberately carries a backtick-quoted literal to prove the gate does not false-fire on one; the backticks inside a single-quoted shell string trip the same informational lint the two awk programs already suppress, and for the same reason: the quoting is load-bearing.
This commit is contained in:
parent
7474f113c1
commit
c659c30f44
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ self_test() {
|
|||
/// as of 2.10 this is owned elsewhere
|
||||
/// A U1 item-11 branch decided this
|
||||
/// The filter U4 encodes'
|
||||
# shellcheck disable=SC2016
|
||||
must_pass='/// pre-1.0 and sub-1.0 readings
|
||||
/// v0.5.0 deleted the layer
|
||||
/// the envelope is "2.1" on the wire
|
||||
|
|
|
|||
Loading…
Reference in a new issue