Codebase list lua-http / fresh-snapshots/main .luacheckrc
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

.luacheckrc @fresh-snapshots/mainraw · history · blame

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