We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bec93 commit 8f71f86Copy full SHA for 8f71f86
README.md
@@ -20,3 +20,10 @@ git reset --soft HEAD~2000 && git commit -m "Corpus squash"
20
git prune --progress
21
git gc
22
```
23
+
24
+Validate Lua syntax in samples:
25
26
+```sh
27
+find lua/ -name '*.lua' -print0 | xargs --null -i lua {}
28
+find lua/ -name '*.lua' -print0 | xargs --null -i luajit {}
29
+```
0 commit comments