mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Add HandBrakeCLI to list of stdin swallowing apps
This commit is contained in:
parent
c6ff1933b7
commit
82c3084438
1 changed files with 1 additions and 1 deletions
|
@ -1958,7 +1958,7 @@ checkWhileReadPitfalls _ (T_WhileExpression id [command] contents)
|
|||
| isStdinReadCommand command =
|
||||
mapM_ checkMuncher contents
|
||||
where
|
||||
munchers = [ "ssh", "ffmpeg", "mplayer" ]
|
||||
munchers = [ "ssh", "ffmpeg", "mplayer", "HandBrakeCLI" ]
|
||||
preventionFlags = ["n", "noconsolecontrols" ]
|
||||
|
||||
isStdinReadCommand (T_Pipeline _ _ [T_Redirecting id redirs cmd]) =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue