Commit cff3e22 1 parent 5669eb2 commit cff3e22 Copy full SHA for cff3e22
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## Git
1
+ ## v0.7.2 - 2021-04-19
2
2
### Added
3
3
- ` disable ` directives can now be a range, e.g. ` disable=SC3000-SC4000 `
4
4
- SC1143: Warn about line continuations in comments
22
22
- POSIX/dash unsupported feature warnings now have individual SC3xxx codes
23
23
- SC1090: A leading ` $x/ ` or ` $(x)/ ` is now treated as ` ./ ` when locating files
24
24
- SC2154: Variables appearing in -z/-n tests are no longer considered unassigned
25
- - SC2270-SC2285: Improved warnings about misused = , e.g. ` ${var}=42 `
25
+ - SC2270-SC2285: Improved warnings about misused ` = ` , e.g. ` ${var}=42 `
26
26
27
27
28
28
## v0.7.1 - 2020-04-04
Original file line number Diff line number Diff line change 1
1
Name : ShellCheck
2
- Version : 0.7.1
2
+ Version : 0.7.2
3
3
Synopsis : Shell script analysis tool
4
4
License : GPL-3
5
5
License-file : LICENSE
You can’t perform that action at this time.
0 commit comments