ShellCheck v0.3.8 Release Notes

Release Date: 2015-06-20 // almost 9 years ago
  • ๐Ÿ”„ Changed

    • ShellCheck's license has changed from AGPLv3 to GPLv3.

    โž• Added

    • SC2156: Warn about injecting filenames in find -exec sh -c "{}" \;

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Variables and command substitutions in brace expansions are now parsed
    • ๐Ÿ ANSI colors are now disabled on Windows
    • ๐Ÿ“œ Empty scripts now parse