mirror of
				https://github.com/koalaman/shellcheck.git
				synced 2025-11-04 09:26:10 +08:00 
			
		
		
		
	Add HandBrakeCLI to list of stdin swallowing apps
This commit is contained in:
		@@ -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]) =
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user