Is there a static analysis tool like Lint or Perl::Critic for shell scripts?
Are there any shell (specifically bash or ksh) checkers that test shell scripts for style, best practices, naming conventions, etc? (Something like Lint for C, or Perl::Critic for Perl.) I know w...