You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(rebuild): add shellcheck SC2034 directives for exported constants
Constants in nftban_rebuild_classify.sh are used by sourcing scripts
(cmd_firewall.sh), not within the file itself. ShellCheck correctly
flags them as unused within scope. Add per-line SC2034 disable
directives to document intent.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments