Skip to content

Commit 6b66b1c

Browse files
AnjanJclaude
andcommitted
fix: suppress shellcheck style warnings in test-packages.sh
Add SC2015, SC2181, SC2329 disable directive to fix CI shellcheck failure. These are info/style level warnings for test assertion patterns (A && B || C). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 520d264 commit 6b66b1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# shellcheck disable=SC2015,SC2181,SC2329
23

34
# ============================================
45
# PACKAGE GROUP SELECTION TEST SUITE

0 commit comments

Comments
 (0)