Releases: Azbagheri/shell-linter
Releases · Azbagheri/shell-linter
Shell Linter v0.6.0
- 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
- 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
- Added support for ShellCheck severity mode
- The default behavior is set to
style
which considers errors with all severity levels
- The default behavior is set to
- Improved tagging
- The latest stable version can be fetched by using
@latest
- The latest stable version can be fetched by using
Shell Linter v0.3.0
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
Added support for scripts with no extension.
First Release
First release!