mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Ignore vscode settings.json from pre-commit json check
Vscode settings.json follows jsonc (json with comments) format
This commit is contained in:
@@ -12,7 +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)$
|
exclude: (devcontainer\.json|launch\.json|settings\.json)$
|
||||||
- id: check-toml
|
- id: check-toml
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user