From 5e0b46d98fe007ca256697139e5ee9a3b707dc1f Mon Sep 17 00:00:00 2001 From: Turiok Date: Sun, 16 Feb 2025 03:14:05 +0100 Subject: [PATCH] Rule removed in v0.4.7 --- SC2008.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SC2008.md b/SC2008.md index 83531ff..1377d83 100644 --- a/SC2008.md +++ b/SC2008.md @@ -18,6 +18,8 @@ You are piping command output to `echo`, but `echo` ignores all piped input. In particular, `echo` is not responsible for putting output on screen. Commands already output data, and with no further actions that will end up on screen. +Removed in [v0.4.7 - 2020-03-07](https://github.com/koalaman/shellcheck/commit/5bd33dbf922a04f8b64c2ce3eb40ea6f214aef11) + ### Exceptions: None.