Skip to content

Commit

Permalink
Ignore spelling on pull-request-automation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 31, 2024
1 parent 96c6dc5 commit c40dd3c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ repos:
rev: v2.1.0
hooks:
- id: codespell
exclude: (^contribs/gmf/test/spec/data/themescapabilities\.js$|^contribs/gmf/test/spec/data/themes\.js$|^buildtools/asitvd.capabilities\.xml$|^examples/measure\.js$|^src/bootstrap-custom\.css\.map$)
exclude: |-
(?x)^(
contribs/gmf/test/spec/data/themescapabilities\.js
|contribs/gmf/test/spec/data/themes\.js
|buildtools/asitvd.capabilities\.xml
|examples/measure\.js
|src/bootstrap-custom\.css\.map
|\.github/workflows/pull-request-automation\.yaml
)$
args:
- --ignore-words=spell-ignore-words.txt

0 comments on commit c40dd3c

Please sign in to comment.