Skip to content

Commit

Permalink
osc.lua: fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocella authored and kasper93 committed Jun 2, 2024
1 parent c5468ba commit 525fa85
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 549 deletions.
9 changes: 0 additions & 9 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 525fa85

Please sign in to comment.