Diff

.luacheckrc @ 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
parent 7953:d183ff55442f
child 8048:75e37366a03f
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",