0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

osc.lua: fix lint warnings

This commit is contained in:
Guido Cella 2024-05-31 11:37:50 +02:00 committed by Kacper Michajłow
parent c5468ba5ff
commit 525fa85932
2 changed files with 510 additions and 519 deletions

View File

@ -106,12 +106,3 @@ stds = { mp = { read_globals = mp_globals } }
files["player/lua/defaults.lua"] = { globals = mp_internal }
files["player/lua/auto_profiles.lua"] = { globals = { "p", "get" } }
max_line_length = 100
-- TODO: Remove everything below this line
local todo = {
"player/lua/osc.lua",
}
for _, path in ipairs(todo) do
files[path]["allow_defined"] = true
files[path]["max_line_length"] = 120
end

File diff suppressed because it is too large Load Diff