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
src/main/scripts/ci/connect-todos-to-issues.sh:44:8: warning: Declare and assign separately to avoid masking return values. [SC2155]
src/main/scripts/ci/connect-todos-to-issues.sh:60:21: note: Expressions don't expand in single quotes, use double quotes for that. [SC2016]
src/main/scripts/ci/connect-todos-to-issues.sh:83:17: note: read without -r will mangle backslashes. [SC2162]
src/main/scripts/ci/connect-todos-to-issues.sh:83:32: warning: TICKET appears unused. Verify use (or export if used externally). [SC2034]
src/main/scripts/ci/connect-todos-to-issues.sh:84:19: note: Use $((..)) instead of deprecated $[..] [SC2007]
src/main/scripts/ci/connect-todos-to-issues.sh:90:38: note: Double quote to prevent globbing and word splitting. [SC2086]
src/main/scripts/ci/connect-todos-to-issues.sh:92:19: note: read without -r will mangle backslashes. [SC2162]
src/main/scripts/ci/connect-todos-to-issues.sh:92:24: warning: ID appears unused. Verify use (or export if used externally). [SC2034]
src/main/scripts/ci/connect-todos-to-issues.sh:131:18: note: echo may not expand escape sequences. Use printf. [SC2028]
src/main/scripts/ci/connect-todos-to-issues.sh:135:10: note: Double quote to prevent globbing and word splitting. [SC2086]
src/main/scripts/ci/connect-todos-to-issues.sh:144:36: note: read without -r will mangle backslashes. [SC2162]
src/main/scripts/ci/connect-todos-to-issues.sh:150:10: note: Double quote to prevent globbing and word splitting. [SC2086]
src/main/scripts/ci/connect-todos-to-issues.sh:153:19: note: read without -r will mangle backslashes. [SC2162]
src/main/scripts/ci/connect-todos-to-issues.sh:153:24: warning: SKIP_PUZZLE_ID appears unused. Verify use (or export if used externally). [SC2034]
src/main/scripts/ci/connect-todos-to-issues.sh:153:39: warning: ORIG_ISSUE appears unused. Verify use (or export if used externally). [SC2034]
src/main/scripts/ci/connect-todos-to-issues.sh:153:50: warning: SKIP_TITLE appears unused. Verify use (or export if used externally). [SC2034]
src/main/scripts/ci/connect-todos-to-issues.sh:153:61: warning: PUZZLE_FILE appears unused. Verify use (or export if used externally). [SC2034]
src/main/scripts/ci/connect-todos-to-issues.sh:156:17: note: read without -r will mangle backslashes. [SC2162]
src/main/scripts/ci/connect-todos-to-issues.sh:156:22: warning: PUZZLE_LINE_START appears unused. Verify use (or export if used externally). [SC2034]
src/main/scripts/ci/connect-todos-to-issues.sh:156:40: warning: PUZZLE_LINE_END appears unused. Verify use (or export if used externally). [SC2034]
src/main/scripts/ci/connect-todos-to-issues.sh:171:26: note: Use $((..)) instead of deprecated $[..] [SC2007]
src/main/scripts/ci/connect-todos-to-issues.sh:175:10: note: Double quote to prevent globbing and word splitting. [SC2086]
Part of #1610
0 commit comments