We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10436d commit 478a018Copy full SHA for 478a018
CHANGELOG.md
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
## [0.6.1] - 2023-01-07
10
### Fixed
11
- ShellCheck Docker image tag.
12
+- Declaration multiple modifiers in one declaration ([ShellCheck SC2316](https://github.com/koalaman/shellcheck/wiki/SC2316)).
13
+- Arithmetic expression wrapped in parentheses ([ShellCheck SC2323](https://github.com/koalaman/shellcheck/wiki/SC2323)).
14
+- Unnecessary ${} on regular variables in arithmetic contexts ([ShellCheck SC2004](https://github.com/koalaman/shellcheck/wiki/SC2004)).
15
16
## [0.6.0] - 2022-04-10
17
### Added
0 commit comments