build: disable zlint pre-commit hook for now
This commit is contained in:
parent
e43b827576
commit
36a894d776
1 changed files with 8 additions and 8 deletions
|
@ -23,11 +23,11 @@ repos:
|
||||||
types: [file]
|
types: [file]
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
|
|
||||||
- repo: local
|
# - repo: local
|
||||||
hooks:
|
# hooks:
|
||||||
- id: zlint
|
# - id: zlint
|
||||||
name: Run zlint
|
# name: Run zlint
|
||||||
entry: zlint
|
# entry: zlint
|
||||||
args: ["--deny-warnings", "--fix"]
|
# args: ["--deny-warnings", "--fix"]
|
||||||
language: system
|
# language: system
|
||||||
types: [zig]
|
# types: [zig]
|
||||||
|
|
Loading…
Add table
Reference in a new issue