mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 20:48:54 +08:00
Merge pull request #2122 from freddii/master
fixed typing mistakes in changelog
This commit is contained in:
@@ -164,7 +164,7 @@
|
|||||||
- SC2204/SC2205: Warn about `( -z foo )` and `( foo -eq bar )`
|
- SC2204/SC2205: Warn about `( -z foo )` and `( foo -eq bar )`
|
||||||
- SC2200/SC2201: Warn about brace expansion in [/[[
|
- SC2200/SC2201: Warn about brace expansion in [/[[
|
||||||
- SC2198/SC2199: Warn about arrays in [/[[
|
- SC2198/SC2199: Warn about arrays in [/[[
|
||||||
- SC2196/SC2197: Warn about deprected egrep/fgrep
|
- SC2196/SC2197: Warn about deprecated egrep/fgrep
|
||||||
- SC2195: Warn about unmatchable case branches
|
- SC2195: Warn about unmatchable case branches
|
||||||
- SC2194: Warn about constant 'case' statements
|
- SC2194: Warn about constant 'case' statements
|
||||||
- SC2193: Warn about `[[ file.png == *.mp3 ]]` and other unmatchables
|
- SC2193: Warn about `[[ file.png == *.mp3 ]]` and other unmatchables
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
### Fixed
|
### Fixed
|
||||||
- `-c` no longer suggested when using `grep -o | wc`
|
- `-c` no longer suggested when using `grep -o | wc`
|
||||||
- Comments and whitespace are now allowed before filewide directives
|
- Comments and whitespace are now allowed before filewide directives
|
||||||
- Here doc delimters with esoteric quoting like `foo""` are now handled
|
- Here doc delimiters with esoteric quoting like `foo""` are now handled
|
||||||
- SC2095 about `ssh` in while read loops is now suppressed when using `-n`
|
- SC2095 about `ssh` in while read loops is now suppressed when using `-n`
|
||||||
- `%(%Y%M%D)T` now recognized as a single formatter in `printf` checks
|
- `%(%Y%M%D)T` now recognized as a single formatter in `printf` checks
|
||||||
- `grep -F` now suppresses regex related suggestions
|
- `grep -F` now suppresses regex related suggestions
|
||||||
|
Reference in New Issue
Block a user