#2 Fix the shellcheck SC2207 and remove the ignore declarative

닫힘
vaeringjar3 년 전을 오픈 · 0개의 코멘트
vaeringjar 코멘트됨, 3 년 전

https://notabug.org/vaeringjar/fenrisg/src/main/src/build_rss.sh#L78

    IFS=$'\n' sorted=($(sort --reverse <<<"${arra2[*]}")); unset IFS
                      ^-- SC2207: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
https://notabug.org/vaeringjar/fenrisg/src/main/src/build_rss.sh#L78 ``` IFS=$'\n' sorted=($(sort --reverse <<<"${arra2[*]}")); unset IFS ^-- SC2207: Prefer mapfile or read -a to split command output (or quote to avoid splitting). ```
로그인하여 이 대화에 참여
레이블 없음
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.