Skip to content

Commit

Permalink
Add pre-commit hook to enable Luacheck for pre-commit (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jan 18, 2022
1 parent e00317a commit 0d41512
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
@@ -0,0 +1,6 @@
- id: luacheck
name: Luacheck
description: Lint and static analysis of Lua code
entry: luacheck
language: lua
types: [lua]

0 comments on commit 0d41512

Please sign in to comment.