aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-01-16 20:40:14 +0100
committerKim Alvefur <zash@zash.se>2021-01-16 20:40:14 +0100
commitc4abd68e92a258750177f25dca38525fe3133063 (patch)
tree66bca82b3f98fd03feb4fd2c7b7611e46a0445c3 /.luacheckrc
parent5b7a569fe072fbae5dd1f951fdad3a5c7d273e36 (diff)
downloadprosody-c4abd68e92a258750177f25dca38525fe3133063.tar.gz
prosody-c4abd68e92a258750177f25dca38525fe3133063.zip
moduleapi: Add enum config option method
For when a setting has a few fixed values it can take
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
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",