Skip to content

Commit

Permalink
.luacheckrc: add_hook is not undocumented
Browse files Browse the repository at this point in the history
It's a commonly used function so group it with the documented functions.
  • Loading branch information
guidocella committed Nov 1, 2024
1 parent d95c2ac commit e2547ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ local mp_globals = {
commandv = {},
command_native = {},
command_native_async = {},
add_hook = {},
abort_async_command = {},
del_property = {},
get_property = {},
Expand Down Expand Up @@ -53,7 +54,6 @@ local mp_globals = {
},
-- Not documented
-- TODO: Document or remove them
add_hook = {},
disable_key_bindings = {},
enable_key_bindings = {},
find_config_file = {},
Expand Down

0 comments on commit e2547ca

Please sign in to comment.