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]
|
||||
pass_filenames: false
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: zlint
|
||||
name: Run zlint
|
||||
entry: zlint
|
||||
args: ["--deny-warnings", "--fix"]
|
||||
language: system
|
||||
types: [zig]
|
||||
# - repo: local
|
||||
# hooks:
|
||||
# - id: zlint
|
||||
# name: Run zlint
|
||||
# entry: zlint
|
||||
# args: ["--deny-warnings", "--fix"]
|
||||
# language: system
|
||||
# types: [zig]
|
||||
|
|
Loading…
Add table
Reference in a new issue