Codebase list lua-http / upstream/0.1 .luacheckrc
upstream/0.1

Tree @upstream/0.1 (Download .tar.gz)

.luacheckrc @upstream/0.1raw · history · blame

1
2
3
4
5
6
7
8
std = "min"
files["spec"] = {
	std = "+busted";
	new_globals = {
		"TEST_TIMEOUT";
		"assert_loop";
	};
}