Mercurial > prosody-modules
comparison .luacheckrc @ 5734:cef8bce2d71b
luacheck: Add new module API methods from trunk
See
* trunk rev 4d4f9e42bcf8
* trunk rev 65fb0d7a2312
* trunk rev c9ef35fab0b1
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 27 Nov 2023 07:10:06 +0100 |
parents | fa97de0b0961 |
children | 4a353ccce220 |
comparison
equal
deleted
inserted
replaced
5733:b6518a71ca7e | 5734:cef8bce2d71b |
---|---|
39 "module.get_host_type", | 39 "module.get_host_type", |
40 "module.get_name", | 40 "module.get_name", |
41 "module.get_option", | 41 "module.get_option", |
42 "module.get_option_array", | 42 "module.get_option_array", |
43 "module.get_option_boolean", | 43 "module.get_option_boolean", |
44 "module.get_option_enum", | |
44 "module.get_option_inherited_set", | 45 "module.get_option_inherited_set", |
46 "module.get_option_integer", | |
45 "module.get_option_number", | 47 "module.get_option_number", |
46 "module.get_option_path", | 48 "module.get_option_path", |
49 "module.get_option_period", | |
47 "module.get_option_scalar", | 50 "module.get_option_scalar", |
48 "module.get_option_set", | 51 "module.get_option_set", |
49 "module.get_option_string", | 52 "module.get_option_string", |
50 "module.get_status", | 53 "module.get_status", |
51 "module.handle_items", | 54 "module.handle_items", |