ShellCheck v0.4.4 Release Notes

Release Date: 2016-05-15 // almost 8 years ago
  • โž• Added

    • ๐Ÿ‘ Haskell Stack support (thanks, Arguggi!)
    • SC2179/SC2178: Warn when assigning/appending strings to arrays
    • SC1102: Warn about ambiguous $(((
    • SC1101: Warn when \ linebreaks have trailing spaces

    ๐Ÿ”„ Changed

    • Directives directly after the shebang now apply to the entire file

    ๐Ÿ›  Fixed

    • {$i..10} is now flagged similar to {1..$i}