You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Clemons e0ab519f21
haskell/haskell-ShellCheck: Updated for version 0.8.0.
4 years ago
..
README haskell/haskell-ShellCheck: Added (shell script analysis tool). 9 years ago
doinst.sh haskell/haskell-ShellCheck: Added (shell script analysis tool). 9 years ago
haskell-ShellCheck.SlackBuild haskell/haskell-ShellCheck: Updated for version 0.8.0. 4 years ago
haskell-ShellCheck.info haskell/haskell-ShellCheck: Updated for version 0.8.0. 4 years ago
slack-desc haskell/haskell-ShellCheck: Updated for version 0.5.0. 7 years ago

README

haskell-ShellCheck - shell script analysis tool

The goals of ShellCheck are:

* To point out and clarify typical beginner's syntax issues, that causes a shell
to give cryptic error messages.
* To point out and clarify typical intermediate level semantic problems, that
causes 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.