mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Uniform removal rules in text
@@ -1,4 +1,5 @@
|
||||
## `echo` doesn't read from stdin, are you sure you should be piping to it?
|
||||
_Note: Removed in [v0.4.7 - 2020-03-07](https://github.com/koalaman/shellcheck/commit/5bd33dbf922a04f8b64c2ce3eb40ea6f214aef11)_
|
||||
|
||||
### Problematic code:
|
||||
|
||||
@@ -18,8 +19,6 @@ 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.
|
||||
|
Reference in New Issue
Block a user