# HG changeset patch # User Kim Alvefur # Date 1489694744 -3600 # Node ID bbb900cfcfa5a11fe23fdf0704598e871a5d1576 # Parent 241f02bd66ceb280302a6dcbd06e8293396eec5b luacheckrc: Add module:get_option_scalar to known globals diff -r 241f02bd66ce -r bbb900cfcfa5 .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",