Diff

.luacheckrc @ 13629:23aef73f0cb0

luacheck: Declare new config globals
author Kim Alvefur <zash@zash.se>
date Sat, 18 Jan 2025 12:33:18 +0100
parent 13620:7b632cd0e00d
line wrap: on
line diff
--- a/.luacheckrc	Sat Jan 18 12:31:48 2025 +0100
+++ b/.luacheckrc	Sat Jan 18 12:33:18 2025 +0100
@@ -141,6 +141,10 @@
 		"component",
 		"Include",
 		"include",
+		"FileContents",
+		"FileLine",
+		"FileLines",
+		"Credential",
 		"RunScript"
 	};
 }