We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24139f commit 2cc5a98Copy full SHA for 2cc5a98
1 file changed
.github/linters/.luacheckrc
@@ -1,2 +1,4 @@
1
-files["tests/data/Assignments.lua"].allow_defined_top = true
2
-files["tests/data/WoWSavedVariables.lua"].allow_defined_top = true
+-- Test data files are Lua data/config files (e.g. WoW SavedVariables format)
+-- that define top-level globals and are not executed as scripts.
3
+files["**/tests/data/Assignments.lua"].ignore = {""}
4
+files["**/tests/data/WoWSavedVariables.lua"].ignore = {""}
0 commit comments