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