ci(fix): run luacheck on plugins dir

pull/2465/head
Qingping Hou 7 years ago
parent 581039aed5
commit 86e924aa45

@ -6,4 +6,4 @@ source "${CI_DIR}/common.sh"
travis_retry make fetchthirdparty
make all
make testfront
luajit $(which luacheck) --no-color -q frontend
luajit $(which luacheck) --no-color -q {reader,setupkoenv,datastorage}.lua frontend plugins

@ -18,6 +18,7 @@ local menuItem = {
text = _("Keep Alive"),
}
local disable
if Device:isKobo() then
disable = function() UIManager:_startAutoSuspend() end
menuItem.callback = function()

Loading…
Cancel
Save