.luacheckrc
changeset 8242 20e3d5689cce
parent 8051 75e37366a03f
child 8384 7f6184474149
--- a/.luacheckrc	Sat Sep 16 03:46:55 2017 -0400
+++ b/.luacheckrc	Sat Sep 16 10:13:39 2017 +0100
@@ -89,16 +89,6 @@
 		"module.environment",
 	};
 }
-files["tests/"] = {
-	read_globals = {
-		"testlib_new_env",
-		"assert_equal",
-		"assert_table",
-		"assert_function",
-		"assert_string",
-		"assert_boolean",
-		"assert_is",
-		"assert_is_not",
-		"runtest",
-	};
+files["spec/"] = {
+	std = "+busted"
 }