aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-16 21:05:44 +0100
committerKim Alvefur <zash@zash.se>2017-03-16 21:05:44 +0100
commita374056fa56185322141484732d963abdee02941 (patch)
treef9b12fd8b821f712f342c51cd26b130c37425175 /.luacheckrc
parent136d153105b435e22a3a0038372f0927117657f2 (diff)
downloadprosody-a374056fa56185322141484732d963abdee02941.tar.gz
prosody-a374056fa56185322141484732d963abdee02941.zip
luacheckrc: Add module:get_option_scalar to known globals
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index d931da66..8b1afa42 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -48,6 +48,7 @@ files["plugins/"] = {
"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",