ShellCheck v0.2.0 Release Notes

Release Date: 2013-10-27 // over 10 years ago
  • โž• Added

    • Suggest ./* instead of * when passing globs to commands
    • Suggest pgrep over ps | grep
    • Warn about unicode quotes
    • Warn about assigned but unused variables
    • Inform about client side expansion when using ssh

    ๐Ÿ›  Fixed

    • CLI tool now uses exit codes and stderr canonically
    • ๐Ÿ“œ Parsing of extglobs containing empty patterns
    • ๐Ÿ’… Parsing of bash style eval foo=(bar)
    • ๐Ÿ“œ Parsing of expansions in here documents
    • ๐Ÿ“œ Parsing of function names containing :+-
    • ๐Ÿ–จ Don't warn about find|xargs when using -print0