mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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 elisp files to not clear page breaks
|
||||||
exclude: \.el$
|
exclude: \.el$
|
||||||
- id: check-json
|
- id: check-json
|
||||||
|
exclude: (devcontainer\.json|launch\.json)$
|
||||||
- id: check-toml
|
- id: check-toml
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user