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
RHIDP-12779: Fix all shellcheck alerts across CQA scripts
- SC1091: Add disable for dynamic source paths
- SC2329: Suppress for callback/helper functions invoked indirectly
- SC2034: Suppress for variables used by sourcing scripts (CQA_FORMAT, CQA_OUTPUT_FORMAT, CQA_DELEGATES_TO)
- SC2155: Separate local declarations from assignments
- SC2318: Split combined local declarations
- SC2004: Remove unnecessary $ in arithmetic expressions
- SC2094: Suppress false positive for cqa_is_in_block (reads cached data)
- SC2001: Replace sed with parameter expansion for CQA number extraction
- Remove unused variables (level, file_fixed, need_ar_fix)
- Rename loop variable to avoid shadowing function parameter (target -> delegate_to)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments