Software /
code /
prosody
Changeset
7981:bbb900cfcfa5
luacheckrc: Add module:get_option_scalar to known globals
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 16 Mar 2017 21:05:44 +0100 |
parents | 7980:241f02bd66ce |
children | 7982:e30b0cbed472 7983:879be73c0a58 |
files | .luacheckrc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.luacheckrc Thu Mar 16 21:02:40 2017 +0100 +++ b/.luacheckrc Thu Mar 16 21:05:44 2017 +0100 @@ -48,6 +48,7 @@ "module.get_option_inherited_set", "module.get_option_number", "module.get_option_path", + "module.get_option_scalar", "module.get_option_set", "module.get_option_string", "module.handle_items",