Go to file
HybridDog 72d2c19db1 Support unused loop variables removal 2021-01-17 17:12:14 +01:00
LICENSE.txt Add a LICENSE.txt 2021-01-17 14:58:33 +01:00
Readme.md Support unused loop variables removal 2021-01-17 17:12:14 +01:00
luacheck_format.py Support unused loop variables removal 2021-01-17 17:12:14 +01:00

Readme.md

A program which executes Luacheck to find easy-to-fix style errors in lua code and then changes the related code.

Currently only codes 212, 213 and 621 are supported.

The program rewrites the files and may be error-prone, so always make a backup of the code files (e.g. via git) before executing the script.