mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 01:11:38 +08:00
Fix compiler warning about missing field
This commit is contained in:
@@ -65,7 +65,8 @@ data Options = Options {
|
||||
|
||||
defaultOptions = Options {
|
||||
checkSpec = emptyCheckSpec,
|
||||
externalSources = False
|
||||
externalSources = False,
|
||||
color = ColorAuto
|
||||
}
|
||||
|
||||
usageHeader = "Usage: shellcheck [OPTIONS...] FILES..."
|
||||
|
Reference in New Issue
Block a user