Skip to content

Calinou/pre-commit-luacheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.