mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
for consistency, use double semicolons also on the default cause
@@ -50,7 +50,7 @@ If you don't have a default case because the default should be to take no action
|
|||||||
case "$(uname)" in
|
case "$(uname)" in
|
||||||
CYGWIN*) cygwin=1;;
|
CYGWIN*) cygwin=1;;
|
||||||
MINGW*) mingw=1;;
|
MINGW*) mingw=1;;
|
||||||
*) # fall-through, No special workarounds identified
|
*) ;; # fall-through, No special workarounds identified
|
||||||
esac
|
esac
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user