mirror of https://github.com/mpv-player/mpv
.luacheckrc: add_hook is not undocumented
It's a commonly used function so group it with the documented functions.
This commit is contained in:
parent
5dc4047415
commit
a9d57938b2
|
@ -5,6 +5,7 @@ local mp_globals = {
|
||||||
commandv = {},
|
commandv = {},
|
||||||
command_native = {},
|
command_native = {},
|
||||||
command_native_async = {},
|
command_native_async = {},
|
||||||
|
add_hook = {},
|
||||||
abort_async_command = {},
|
abort_async_command = {},
|
||||||
del_property = {},
|
del_property = {},
|
||||||
get_property = {},
|
get_property = {},
|
||||||
|
@ -53,7 +54,6 @@ local mp_globals = {
|
||||||
},
|
},
|
||||||
-- Not documented
|
-- Not documented
|
||||||
-- TODO: Document or remove them
|
-- TODO: Document or remove them
|
||||||
add_hook = {},
|
|
||||||
disable_key_bindings = {},
|
disable_key_bindings = {},
|
||||||
enable_key_bindings = {},
|
enable_key_bindings = {},
|
||||||
find_config_file = {},
|
find_config_file = {},
|
||||||
|
|
Loading…
Reference in New Issue