tools: Enable color for luacheck.

This commit is contained in:
Andrew Hamilton 2019-07-20 14:44:05 +10:00
parent 812e6b4d83
commit 2b57080af3

View file

@ -244,6 +244,7 @@ tools_for_extensions = [
dependencies = ["luarocks/luacheck"]
url = "https://github.com/mpeterv/luacheck"
command = "luacheck"
has_color = true
[go_vet]
dependencies = ["go/github.com/golang/go/src/cmd/vet"]