Changeset

13270:14bbfb2cc8dd default tip

lint: Teach luacheck about module:once Silence warning for using this introduced in 9c62ffbdf2ae
author Kim Alvefur <zash@zash.se>
date Sun, 15 Oct 2023 16:43:14 +0200
parents 13269:d50bee584969
children
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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",