1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/lua-inet/luacheck.patch
2022-01-14 11:19:24 +02:00

8 lines
240 B
Diff

--- lua-inet_0.2.0/Makefile
+++ lua-inet_0.2.0.luacheck/Makefile
@@ -3,4 +3,4 @@
test:
lua5.2 ./test.lua
lua5.3 ./test.lua
- find lua/ test/ -iname '*.lua' | xargs luacheck
+ find lua/ test/ -iname '*.lua' | xargs luacheck --std lua52