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:
@@ -30,8 +30,8 @@ function DocSettings:getNameFromHistory(hist_name)
|
||||
end
|
||||
|
||||
function DocSettings:open(docfile)
|
||||
local history_path = nil
|
||||
local sidecar_path = nil
|
||||
local history_path
|
||||
local sidecar_path
|
||||
if docfile == ".reader" then
|
||||
-- we handle reader setting as special case
|
||||
history_path = DataStorage:getDataDir() .. "/settings.reader.lua"
|
||||
|
||||
Reference in New Issue
Block a user