mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Ignore devcontainer, launch.json from json pre-commit validation
They follow jsonc format and allow comments but fail the json validator. This is a spurious error and should be ignored
This commit is contained in:
@@ -12,6 +12,7 @@ repos:
|
||||
# Exclude elisp files to not clear page breaks
|
||||
exclude: \.el$
|
||||
- id: check-json
|
||||
exclude: (devcontainer\.json|launch\.json)$
|
||||
- id: check-toml
|
||||
- id: check-yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user