Enable shellcheck warnings in brew style

This commit is contained in:
Gautham Goli 2021-05-18 17:10:44 +05:30
parent e4118bc4ca
commit cf733a3c4f

View File

@ -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