mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
build: enforce luacheck in travis build
This commit is contained in:
@@ -27,9 +27,10 @@ local function probeDevice()
|
||||
end
|
||||
|
||||
-- add new ports here:
|
||||
if --[[ implement a proper test instead --]] false then
|
||||
return require("device/newport/device")
|
||||
end
|
||||
--
|
||||
-- if --[[ implement a proper test instead --]] false then
|
||||
-- return require("device/newport/device")
|
||||
-- end
|
||||
|
||||
error("did not find a hardware abstraction for this platform")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user