Lints Lua files using Luacheck.
This hook is meant to be used with pre-commit.
Add the following hook to .pre-commit-config.yaml
:
- repo: https://github.com/Calinou/pre-commit-luacheck
rev: v1.0.0
hooks:
- id: luacheck
Copyright © 2019 Hugo Locurcio and contributors
Unless otherwise specified, files in this repository are licensed under the MIT license; see LICENSE.md for more information.