Diff

.luacheckrc @ 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
parent 13211:4d4f9e42bcf8
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",