mirror of
				https://github.com/koalaman/shellcheck.git
				synced 2025-10-31 06:29:20 +08:00 
			
		
		
		
	Enable autofix support. It's still preliminary.
This commit is contained in:
		| @@ -130,8 +130,7 @@ outputForFile color sys comments = do | ||||
|         putStrLn (color "source" line) | ||||
|         mapM_ (\c -> putStrLn (color (severityText c) $ cuteIndent c)) commentsForLine | ||||
|         putStrLn "" | ||||
|         -- FIXME: Enable when reasonably stable | ||||
|         -- showFixedString color comments lineNum line | ||||
|         showFixedString color comments lineNum line | ||||
|       ) groups | ||||
|  | ||||
| hasApplicableFix lineNum comment = fromMaybe False $ do | ||||
|   | ||||
		Reference in New Issue
	
	Block a user