Calinou / pre-commit-luacheck

pre-commit hook to check Lua files using Luacheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit-luacheck

Lints Lua files using Luacheck.

Installation

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

License

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.

About

pre-commit hook to check Lua files using Luacheck

License:MIT License