luacheckrc: Add module:get_option_scalar to known globals
authorKim Alvefur <zash@zash.se>
Thu, 16 Mar 2017 21:05:44 +0100
changeset 7984 bbb900cfcfa5
parent 7983 241f02bd66ce
child 7985 e30b0cbed472
child 7986 879be73c0a58
luacheckrc: Add module:get_option_scalar to known globals
.luacheckrc
--- 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",