@@ -0,0 +1,17 @@
all: gen check test
dev:
luarocks install busted
luarocks install tl
gen:
tl gen inspect.tl
check:
luacheck inspect.lua
test:
busted
The note is not visible to the blocked user.