mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
for consistency, use double semi-colon on the last/default case. While not strictly needed, it makes for consistent reading; and easy (diffable) extending when adding a new statement below.
@@ -50,7 +50,7 @@ If you don't have a default case because the default should be to take no action
|
||||
case "$(uname)" in
|
||||
CYGWIN*) cygwin=1;;
|
||||
MINGW*) mingw=1;;
|
||||
*) # No special workarounds identified
|
||||
*) ;; # No special workarounds identified
|
||||
esac
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user