Travis: run luacheck on unit tests (#3059)

* Travis: run luacheck on unit tests
This commit is contained in:
Frans de Jonge
2017-08-08 22:35:40 +02:00
committed by Hzj_jie
parent 1bfad22af0
commit e3c17aa6d0
36 changed files with 86 additions and 87 deletions

View File

@@ -1,4 +1,5 @@
describe("device module", function()
-- luacheck: push ignore
local mock_fb, mock_input
local iopen = io.open
local osgetenv = os.getenv
@@ -286,4 +287,5 @@ describe("device module", function()
UIManager.onRotation:revert()
end)
end)
-- luacheck: pop
end)