aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <ast@fiberby.net>2017-03-06 10:54:38 +0000
committerAsbjørn Sloth Tønnesen <ast@2e8.dk>2017-03-06 10:54:38 +0000
commita2216e14521763e702f69a9bfd046aa15a5b3f52 (patch)
tree2d676a793e27d66360b470223cc61d9d0ebd5dae /Makefile
parent57d276460839518fdecfcde16f256415417e0164 (diff)
downloadlua-inet-a2216e14521763e702f69a9bfd046aa15a5b3f52.tar.gz
lua-inet-a2216e14521763e702f69a9bfd046aa15a5b3f52.tar.xz
lua-inet-a2216e14521763e702f69a9bfd046aa15a5b3f52.zip
luacheck: clean up
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eae0586..4b8d9fb 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,4 @@ build:
test:
lua5.2 ./test.lua
lua5.3 ./test.lua
+ find lua/ test/ -iname '*.lua' | xargs luacheck