4
0
forked from pool/ShellCheck

osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ShellCheck revision:6, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=35
This commit is contained in:
2018-05-16 14:47:35 +00:00
committed by Git OBS Bridge
parent 568c0a7928
commit c41e0e33be

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed May 16 14:36:30 UTC 2018 - psimons@suse.com
- Update to version v0.4.7-106-g235bf66 from Github to fix the
build with GHC 8.4.x.
* Added:
SC2232: Warn about invalid arguments to sudo
SC2231: Suggest quoting expansions in for loop globs
SC2229: Warn about 'read $var'
SC2227: Warn about redirections in the middle of 'find' commands
SC2224,SC2225,SC2226: Warn when using mv/cp/ln without a destination
SC2223: Quote warning specific to : ${var=value}
SC1131: Warn when using elseif or elsif
SC1128: Warn about blanks/comments before shebang
SC1127: Warn about C-style comments
* Fixed:
Annotations intended for a command's here documents now work
Escaped characters inside groups in =~ regexes now parse
Associative arrays are now respected in arithmetic contexts
SC1087 about $var[@] now correctly triggers on any index
Bad expansions in here documents are no longer ignored
FD move operations like {fd}>1- now parse correctly
* Changed:
SC1073: 'else if' is now parsed correctly and not like 'elif'
SC2163: 'export $name' can now be silenced with 'export ${name?}'
SC2183: Now warns when printf arg count is not a multiple of format count
-------------------------------------------------------------------
Thu Apr 12 10:15:44 UTC 2018 - guillaume@opensuse.org