Skip to content

Ability to curl/nc bash scripts to shellcheck.net #25

Description

@Evidlo

I think it would be neat if you could send scripts to check directly from the console. I imagine it would look something like this:

$ nc shellcheck.net 9999 < myscript.sh
[Line 2:](javascript:setPosition(2, 6))
echo $foo
     ^-- SC2154 (warning): foo is referenced but not assigned.
     ^-- SC2086 (info): Double quote to prevent globbing and word splitting.

See termbin.com or other pastebins that work with nc/curl for prior art.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions