shellcheck.net
shellcheck.net copied to clipboard
ShellCheck.net, shellcheck's website and online demo
Until now, the website header instructed the users about using `shellcheck` locally based on their distribution. However, Archlinux was missing even though it is supported. With this commit, `pacman` is...
Teach Gitpod to set up a container for shellcheck.net development. This currently uses the distro-provided shellcheck package. It wouldn't be too hard to build from source, but it would take...
First of all: Thank you for this tool, it helps me really often to improve my code and find spelling issues or unused variables. The explanations are really helpful for...
I stumbled upon this error introduced by my inapt fat fingers in a bash script: ` function f { local v="${1}:?}" ... } ` What I clearly meant was this:...
I filed https://github.com/koalaman/shellcheck/issues/2590 by accident, after not realising the web page doesn't enable optional rules. It would be really useful to have some way to enable such rules, and it...
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 <...
This helps optimize search engine summaries of the mirrored content. Here's an example of the current summary: The "`SC1110 – ShellCheck Wiki. See this page on GitHub · Sitemap.`" UI...
Hello, I am currently missing a dark mode, could you implement this? ideas on how to implement this: - button on current site to seperate dark mode page - button...
Would it be possible to implement loading of multiple files? That way shellcheck can follow files sourced in scripts. For example with this script ```bash #! /bin/bash # Import config...
Add CodeRabbit's link to list of services that use ShellCheck.