Tweak net/jakarta-commons-net version 3.4
[dports.git] / devel / hs-ShellCheck / pkg-descr
1 The goals of ShellCheck are:
2
3  * To point out and clarify typical beginner's syntax issues, that causes
4    a shell to give cryptic error messages.
5
6  * To point out and clarify typical intermediate level semantic problems,
7    that causes a shell to behave strangely and counter-intuitively.
8
9  * To point out subtle caveats, corner cases and pitfalls, that may cause
10    an advanced user's otherwise working script to fail under future
11    circumstances.
12
13 WWW: http://www.shellcheck.net/