Skip to content

Commit

Permalink
Add HandBrakeCLI to list of stdin swallowing apps
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Mar 18, 2017
1 parent c6ff193 commit 82c3084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShellCheck/Analytics.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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]) =
Expand Down

0 comments on commit 82c3084

Please sign in to comment.