Skip to content

Commit

Permalink
add simple check-json syntax check hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroch-rivosinc committed Dec 10, 2024
1 parent 88469f7 commit 9d22d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ repos:
- id: check-merge-conflict
args: ["--assume-in-merge"]
exclude: \.adoc$ # sections titles Level 6 "=======" get flagged otherwise
- id: check-json
exclude: ^\.devcontainer/ # Uses JSONC (comments)

- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.3.3
Expand Down

0 comments on commit 9d22d6e

Please sign in to comment.