lint: Teach luacheck about module:once
authorKim Alvefur <zash@zash.se>
Sun, 15 Oct 2023 16:43:14 +0200
changeset 13274 14bbfb2cc8dd
parent 13273 d50bee584969
child 13275 56c1d2498d66
lint: Teach luacheck about module:once Silence warning for using this introduced in 9c62ffbdf2ae
.luacheckrc
--- a/.luacheckrc	Sun Oct 15 16:41:25 2023 +0200
+++ b/.luacheckrc	Sun Oct 15 16:43:14 2023 +0200
@@ -94,6 +94,7 @@
 		"module.may",
 		"module.measure",
 		"module.metric",
+		"module.once",
 		"module.open_store",
 		"module.provides",
 		"module.remove_item",