Skip to content

Releases: Azbagheri/shell-linter

Shell Linter v0.6.0

11 Nov 01:26
6bbeaa8
Compare
Choose a tag to compare
  • Added support for excluding files and folders from Shellcheck scan
  • Upgraded the Shellcheck version used in the Shell-linter action to v0.7.2 to support the updated error/warning codes
  • Improved performance by adding -x to shellcheck to follow sourced files that are not specified as input

Shell Linter v0.5.0

08 Jun 01:26
ad87939
Compare
Choose a tag to compare
  • Improved performance by only scanning the Shellcheck-supported scripts (sh/bash/dsh/ksh)
  • Added templates for bug reports, feature requests and pull requests
  • Improved code coverage by adding more unit tests and integration tests

Shell Linter v0.4.0

15 May 18:37
c7ec101
Compare
Choose a tag to compare
  • Added support for ShellCheck severity mode
    • The default behavior is set to style which considers errors with all severity levels
  • Improved tagging
    • The latest stable version can be fetched by using @latest

Shell Linter v0.3.0

15 Apr 14:43
3c49971
Compare
Choose a tag to compare

Locked shellcheck version used in the shell-linter action to v0.7.0 instead of latest. This allows for more control over the state of the action by avoiding possible instabilities and dependency issues that may come with latest versions.

Shell Linter v0.2.0

19 Dec 03:12
95b8af0
Compare
Choose a tag to compare

Added support for scripts with no extension.

First Release

01 Nov 20:51
8442bf5
Compare
Choose a tag to compare