Skip to content

Commit

Permalink
chore: exclude examples from pre-commit shellcheck
Browse files Browse the repository at this point in the history
There's a lot of stuff reported so excluding it from the time being,
will probably create a separate PR just for this.
  • Loading branch information
jjmaestro committed Nov 19, 2024
1 parent 15ad861 commit 420ecd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ repos:
rev: v0.10.0.1
hooks:
- id: shellcheck
exclude: >-
(?x)^(
examples/.*
)$

0 comments on commit 420ecd3

Please sign in to comment.