Enable shellcheck warnings in brew style
This commit is contained in:
parent
e4118bc4ca
commit
cf733a3c4f
@ -185,8 +185,7 @@ module Homebrew
|
||||
]
|
||||
end
|
||||
|
||||
# TODO: Add `--enable=all` to check for more problems.
|
||||
args = ["--shell=bash", "--external-sources", "--source-path=#{HOMEBREW_LIBRARY}", "--", *files]
|
||||
args = ["--shell=bash", "--enable=all", "--external-sources", "--source-path=#{HOMEBREW_LIBRARY}", "--", *files]
|
||||
|
||||
case output_type
|
||||
when :print
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user