Disable colors in luacheck to make the CI output more readable. (#2865)
This commit is contained in:
parent
14c78ef19c
commit
f63bc97c76
|
@ -49,4 +49,7 @@ globals = {
|
||||||
-- Enable cache (uses .luacheckcache relative to this rc file).
|
-- Enable cache (uses .luacheckcache relative to this rc file).
|
||||||
cache = true
|
cache = true
|
||||||
|
|
||||||
|
-- Do not enable colors to make the Travis CI output more readable.
|
||||||
|
color = false
|
||||||
|
|
||||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue