From c4abd68e92a258750177f25dca38525fe3133063 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 16 Jan 2021 20:40:14 +0100 Subject: moduleapi: Add enum config option method For when a setting has a few fixed values it can take --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 9e0d1fdf..473015d8 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -73,6 +73,7 @@ files["plugins/"] = { "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", -- cgit v1.2.3