Fixes CI shellcheck failure.
Shellcheck 0.9.0 has been released and it has a new check SC2317 enabled by default
which caused CI to fail. This check is not available in 0.8.0 which is the version
we use locally.
Details
Details
- Reviewers
• jon atul - Commits
- rCOMMecb60d9c44f5: [shellcheck] Disable SC2317 in comm-dev.sh
Ensured both shellcheck 0.8.0 and 0.9.0 pass locally. Ran CI.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Ouch, sorry, landed this ASAP to unblock CI. Will apply your suggestion in another diff
Edit: D8184