Skip to content

Check rustup-init.sh with Shellcheck #1685

@dwijnand

Description

@dwijnand

We should verify rustup-init.sh with https://github.com/koalaman/shellcheck

Here's a simple Travis CI setup:

script:
  - shellcheck --version
  - shellcheck rustup-init.sh || travis_terminate 1

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions