ShellCheck v0.3.6 Release Notes

Release Date: 2015-03-28 // about 9 years ago
  • โž• Added

    • SC2155: Warn about masked return values in export foo=$(exit 1)
    • SC2154: Warn when a lowercase variable is referenced but not assigned
    • SC2152/SC2151: Warn about bad return values like 1234 and "foo"
    • SC2150: Warn about find -exec "shell command" \;

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ coproc is now supported
    • Trinary operator now recognized in ((..))

    โœ‚ Removed

    • ๐Ÿšš Zsh support has been removed