Fix typo in CHANGELOG
This commit is contained in:
parent
2827b35696
commit
f4044fbcc7
|
@ -5,7 +5,7 @@
|
||||||
- SC2236/SC2237: Suggest -n/-z instead of ! -z/-n
|
- SC2236/SC2237: Suggest -n/-z instead of ! -z/-n
|
||||||
- SC2238: Warn when redirecting to a known command name, e.g. ls > rm
|
- SC2238: Warn when redirecting to a known command name, e.g. ls > rm
|
||||||
- SC2239: Warn if the shebang is not an absolute path, e.g. #!bin/sh
|
- SC2239: Warn if the shebang is not an absolute path, e.g. #!bin/sh
|
||||||
- SC2240: Warn shen passing additional arguments to dot (.) in sh/dash
|
- SC2240: Warn when passing additional arguments to dot (.) in sh/dash
|
||||||
- SC1133: Better diagnostics when starting a line with |/||/&&
|
- SC1133: Better diagnostics when starting a line with |/||/&&
|
||||||
### Changed
|
### Changed
|
||||||
- Most warnings now have useful end positions
|
- Most warnings now have useful end positions
|
||||||
|
|
Loading…
Reference in New Issue