Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 568 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 568 Bytes

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.