From 9b703869f5df952ca261fdb5a0ce4a3dd449d77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 18 Dec 2022 16:58:24 +0200 Subject: [PATCH] Update optionals list for 0.9.0 --- Optional.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Optional.md b/Optional.md index 68aee3f..b536b16 100644 --- a/Optional.md +++ b/Optional.md @@ -32,11 +32,10 @@ However, if you for debugging or evaluation purposes want to see what's availabl To see which checks are available in your version of ShellCheck, use the `--list-optional` flag. -Optional checks as of version 0.8.0: +Optional checks as of version 0.9.0: ```console $ shellcheck --list-optional - name: add-default-case desc: Suggest adding a default case in `case` statements example: case $? in 0) echo 'Success';; esac