mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Travis: run luacheck on unit tests (#3059)
* Travis: run luacheck on unit tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user