Meh I'll figure out submodules later
This commit is contained in:
parent
4ca9d44a90
commit
8cb281f436
352 changed files with 66107 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
|||
repos:
|
||||
- repo: https://github.com/johnnymorganz/stylua
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: stylua-github
|
||||
fail_fast: true
|
||||
verbose: true
|
||||
types: [lua]
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: luacheck
|
||||
name: Luacheck
|
||||
description: Lints Lua files using Luacheck.
|
||||
entry: luacheck --
|
||||
language: system
|
||||
fail_fast: true
|
||||
verbose: true
|
||||
types: [lua]
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: colors
|
||||
name: colors
|
||||
description: Ensures Light Color Scheme version has been generated.
|
||||
entry: make colors-check
|
||||
language: system
|
||||
require_serial: true
|
||||
pass_filenames: false
|
||||
verbose: true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue