Disable colors in luacheck to make the CI output more readable. (#2865)

This commit is contained in:
Emmanuel Lepage Vallée 2019-09-29 23:01:07 -04:00 committed by GitHub
parent 14c78ef19c
commit f63bc97c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -49,4 +49,7 @@ globals = {
-- Enable cache (uses .luacheckcache relative to this rc file).
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