Notepad3
Notepad3 copied to clipboard
How to add ShellCheck as a plug-in to Notepad 3
I often write shell scripts in Windows OS.
It is true that shell scripts are interpreted and run, and there is no way to check them as strictly as C / C + +, but I still hope to help me find some bugs in advance with the help of some tools.
ShellCheck - A shell script static analysis tool https://github.com/koalaman/shellcheck
The goals of ShellCheck are
To point out and clarify typical beginner's syntax issues that cause a shell to give cryptic error messages.
To point out and clarify typical intermediate level semantic problems that cause a shell to behave strangely and counter-intuitively.
To point out subtle caveats, corner cases and pitfalls that may cause an advanced user's otherwise working script to fail under future circumstances.