Diff

.luacheckrc @ 13201:65fb0d7a2312

moduleapi: Add enum config option method For when a setting has a few fixed values it can take
author Kim Alvefur <zash@zash.se>
date Sat, 16 Jan 2021 20:40:14 +0100
parent 12849:330bfcaa5532
child 13204:c9ef35fab0b1
line wrap: on
line diff
--- a/.luacheckrc	Sun Jul 16 20:29:06 2023 +0200
+++ b/.luacheckrc	Sat Jan 16 20:40:14 2021 +0100
@@ -73,6 +73,7 @@
 		"module.get_option",
 		"module.get_option_array",
 		"module.get_option_boolean",
+		"module.get_option_enum",
 		"module.get_option_inherited_set",
 		"module.get_option_number",
 		"module.get_option_path",