Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #29064

shellcheck: test_rust.sh issues


In test_rust.sh line 19:
	    "${CARGO:-cargo}" test ${CARGO_ONLINE-"--frozen"} \
                                   ^-- SC2086: Double quote to prevent globbing and word splitting.


In test_rust.sh line 21:
            --target $rustc_host \
                     ^-- SC2086: Double quote to prevent globbing and word splitting.


In test_rust.sh line 22:
	    ${EXTRA_CARGO_OPTIONS} \
            ^-- SC2086: Double quote to prevent globbing and word splitting.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking