mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Add a Diff output format
This commit is contained in:
parent
b8b4a11348
commit
b1aeee564c
8 changed files with 265 additions and 8 deletions
|
@ -8,6 +8,7 @@ import qualified ShellCheck.Checker
|
|||
import qualified ShellCheck.Checks.Commands
|
||||
import qualified ShellCheck.Checks.ShellSupport
|
||||
import qualified ShellCheck.Fixer
|
||||
import qualified ShellCheck.Formatter.Diff
|
||||
import qualified ShellCheck.Parser
|
||||
|
||||
main = do
|
||||
|
@ -19,6 +20,7 @@ main = do
|
|||
,ShellCheck.Checks.Commands.runTests
|
||||
,ShellCheck.Checks.ShellSupport.runTests
|
||||
,ShellCheck.Fixer.runTests
|
||||
,ShellCheck.Formatter.Diff.runTests
|
||||
,ShellCheck.Parser.runTests
|
||||
]
|
||||
if and results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue