Skip to content

Commit

Permalink
Merge pull request riscv-non-isa#347 from kbroch-rivosinc/dev/kbroch/…
Browse files Browse the repository at this point in the history
…sync-docs-spec-template

exclude svg from lint checks
  • Loading branch information
ved-rivos authored Jun 7, 2024
2 parents e4abe4f + 3fd777e commit 9b00787
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 @@ -7,8 +7,10 @@ repos:
- id: check-symlinks
- id: check-yaml
- id: end-of-file-fixer
exclude: \.svg$
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
exclude: \.svg$

- repo: local
hooks:
Expand Down

0 comments on commit 9b00787

Please sign in to comment.